Skip to content

Commit

Permalink
comment out report_only: true
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Mar 3, 2017
1 parent ad5ac24 commit b69b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SecureHeaders::Configuration.default do |config|
]
config.csp = {
# "meta" values. these will shaped the header, but the values are not included in the header.
report_only: true, # default: false [DEPRECATED from 3.5.0: instead, configure csp_report_only]
# report_only: true, # default: false [DEPRECATED from 3.5.0: instead, configure csp_report_only]
preserve_schemes: true, # default: false. Schemes are removed from host sources to save bytes and discourage mixed content.

# directive values: these values will directly translate into source directives
Expand Down

0 comments on commit b69b1fa

Please sign in to comment.