class Roda::RodaPlugins::ContentSecurityPolicy::Policy
def set_header(headers)
Set the current policy in the headers hash. If no settings have been made
def set_header(headers) return if @opts.empty? headers[header_key] ||= header_value end
def set_header(headers) return if @opts.empty? headers[header_key] ||= header_value end