class Roda::RodaPlugins::ContentSecurityPolicy::Policy

def header_key

The header name to use, depends on whether report only mode has been enabled.
def header_key
  @report_only ? RodaResponseHeaders::CONTENT_SECURITY_POLICY_REPORT_ONLY : RodaResponseHeaders::CONTENT_SECURITY_POLICY
end