Manual:Hooks/ContentSecurityPolicyDirectives
Appearance
| ContentSecurityPolicyDirectives | |
|---|---|
| Available from version 1.32.0 Modify the content security policy directives. | |
| Define function: | public static function onContentSecurityPolicyDirectives( array &$directives, array $policyConfig, int $mode ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"ContentSecurityPolicyDirectives": "MediaWiki\\Extension\\MyExtension\\Hooks::onContentSecurityPolicyDirectives"
}
}
|
| Called from: | File(s): ContentSecurityPolicy.php |
| Interface: | ContentSecurityPolicyDirectivesHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:ContentSecurityPolicyDirectives extensions.
Use this only if ContentSecurityPolicyDefaultSource and ContentSecurityPolicyScriptSource do not meet your needs.
Details
[edit]&$directives: Array ofContent-Security-Policydirectives$policyConfig: Current configuration for theContent-Security-Policyheader$mode:ContentSecurityPolicy::REPORT_ONLY_MODEorContentSecurityPolicy::FULL_MODEdepending on type of header