SecureHeaders v1.3.2 Release Notes

Release Date: 2014-08-14 // over 9 years ago
  • 🏷 Tagging Requests

    It's often valuable to send extra information in the report uri that is not available in the reports themselves. Namely, "was the policy enforced" and "where did the report come from"

    {
      :tag_report_uri => true,
      :enforce => true,
      :app_name => 'twitter',
      :report_uri => 'csp_reports'
    }
    

    Results in

    report-uri csp_reports?enforce=true&app_name=twitter