class Roda::RodaPlugins::PermissionsPolicy::Policy

def freeze

Do not allow future modifications to any settings.
def freeze
  @opts.freeze
  header_value.freeze
  super
end