class Roda::RodaPlugins::ContentSecurityPolicy::Policy

def initialize_copy(_)

Make object copy use copy of settings, and remove cached header value.
def initialize_copy(_)
  super
  @opts = @opts.dup
  @header_value = nil
end