comparison config/initializers/content_security_policy.rb @ 459:07d6c6639adf

Upgrade to rails 5.2. RIP code style.
author nanaya <me@nanaya.pro>
date Sat, 14 Apr 2018 04:19:52 +0900
parents
children fd3078b4d355
comparison
equal deleted inserted replaced
458:1c6a056269e6 459:07d6c6639adf
1 # Be sure to restart your server when you modify this file.
2
3 # Define an application-wide content security policy
4 # For further information see the following documentation
5 # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
6
7 # Rails.application.config.content_security_policy do |policy|
8 # policy.default_src :self, :https
9 # policy.font_src :self, :https, :data
10 # policy.img_src :self, :https, :data
11 # policy.object_src :none
12 # policy.script_src :self, :https
13 # policy.style_src :self, :https
14
15 # # Specify URI for violation reports
16 # # policy.report_uri "/csp-violation-report-endpoint"
17 # end
18
19 # If you are using UJS then enable automatic nonce generation
20 # Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
21
22 # Report CSP violations to a specified URI
23 # For further information see the following documentation:
24 # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
25 # Rails.application.config.content_security_policy_report_only = true