class ActionDispatch::ContentSecurityPolicy

def initialize

def initialize
  @directives = {}
  yield self if block_given?
end