Skip to content

Commit

Permalink
Added "report-to" directive (#71)
Browse files Browse the repository at this point in the history
Report-to supersedes report-uri, although it is only currently supported in Chrome (and Chrome-based Edge). It would be nice to have access to both.
  • Loading branch information
tehCh0nG authored Jul 17, 2020
1 parent 0ecfd44 commit 535d344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directive.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ abstract class Directive
const OBJECT = 'object-src';
const PLUGIN = 'plugin-types';
const REPORT = 'report-uri';
const REPORT_TO = 'report-to';
const SANDBOX = 'sandbox';
const SCRIPT = 'script-src';
const SCRIPT_ATTR = 'script-src-attr';
Expand Down

0 comments on commit 535d344

Please sign in to comment.