From b69b1fae3754d37522cd1f7289076feba5b2e707 Mon Sep 17 00:00:00 2001 From: Neil Matatall Date: Fri, 3 Mar 2017 08:40:47 -1000 Subject: [PATCH] comment out report_only: true --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01e36f1..2c6127d1 100644 --- a/README.md +++ b/README.md @@ -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