class Roda::RodaPlugins::ContentSecurityPolicy::Policy

def report_only(report=true)

default Content-Security-Policy header.
Set whether the Content-Security-Policy-Report-Only header instead of the
def report_only(report=true)
  @report_only = report
end