class Roda::RodaPlugins::ContentSecurityPolicy::Policy
def report_only(report=true)
Set whether the Content-Security-Policy-Report-Only header instead of the
def report_only(report=true) @report_only = report end
def report_only(report=true) @report_only = report end