class SecureHeaders::ContentSecurityPolicyReportOnlyConfig
Constants
- HEADER_NAME
Public Instance Methods
make_report_only()
click to toggle source
# File lib/secure_headers/headers/content_security_policy_config.rb, line 159 def make_report_only self end
report_only?()
click to toggle source
# File lib/secure_headers/headers/content_security_policy_config.rb, line 155 def report_only? true end