File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2828# Set the nonce only to specific directives
2929Rails . application . config . content_security_policy_nonce_directives = %w( script-src )
3030
31- # # Report CSP violations to a specified URI
32- # # For further information see the following documentation:
33- # # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
34- # Rails.application.config.content_security_policy_report_only = false
35- # TEMPORARILY TRUE WHILE WE GET THE HANG OF JSBUNDLING
36- Rails . application . config . content_security_policy_report_only = true
31+ # Report CSP violations to a specified URI
32+ # For further information see the following documentation:
33+ # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
34+ Rails . application . config . content_security_policy_report_only = false
You can’t perform that action at this time.
0 commit comments