Home
last modified time | relevance | path

Searched refs:csp (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dfetch.functions.php26 * @param array $csp The ContentSecurityPolicy to send
32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = [])
39 if (!empty($csp)) Headers::contentSecurityPolicy($csp);
28 sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = []) global() argument