class ActionDispatch::ContentSecurityPolicy

def report_uri(uri)

def report_uri(uri)
  @directives["report-uri"] = [uri]
end