class Roda::RodaPlugins::PermissionsPolicy::Policy
def report_only(report=true)
Set whether the Permissions-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