MediaWiki REL1_35
ContentSecurityPolicyScriptSourceHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
23 public function onContentSecurityPolicyScriptSource( &$scriptSrc,
24 $policyConfig, $mode
25 );
26}
onContentSecurityPolicyScriptSource(&$scriptSrc, $policyConfig, $mode)
Use this hook to modify the allowed CSP script sources.