You are here

7 calls to Csp::validateDirectiveName() in Content-Security-Policy 8

Csp::appendDirective in src/Csp.php
Append values to an existing directive.
Csp::fallbackAwareAppendIfEnabled in src/Csp.php
Append to a directive if it or a fallback directive is enabled.
Csp::getDirective in src/Csp.php
Get the value of a directive.
Csp::getDirectiveFallbackList in src/Csp.php
Get the fallback list for a directive.
Csp::getDirectiveSchema in src/Csp.php
Get the schema constant for a directive.
Csp::removeDirective in src/Csp.php
Remove a directive from the policy.
Csp::setDirective in src/Csp.php
Add a new directive to the policy, or replace an existing directive.