MediaWiki master
ContentSecurityPolicyDefaultSourceHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
26 public function onContentSecurityPolicyDefaultSource( &$defaultSrc,
27 $policyConfig, $mode
28 );
29}
onContentSecurityPolicyDefaultSource(&$defaultSrc, $policyConfig, $mode)
Use this hook to modify the allowed CSP load sources.