Skip to content

Commit

Permalink
Add require-trusted-types-for directive (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Jan 5, 2024
1 parent e8cafe2 commit 5c49058
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 @@ -23,6 +23,7 @@ abstract class Directive
const PREFETCH = 'prefetch-src';
const REPORT = 'report-uri';
const REPORT_TO = 'report-to';
const REQUIRE_TRUSTED_TYPES_FOR = 'require-trusted-types-for';
const SANDBOX = 'sandbox';
const SCRIPT = 'script-src';
const SCRIPT_ATTR = 'script-src-attr';
Expand Down

0 comments on commit 5c49058

Please sign in to comment.