Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/HTTP/
H A DHeaders.php15 * @param array $policy
17 public static function contentSecurityPolicy($policy) argument
19 foreach ($policy as $key => $values) {
25 $policy[$key] = $values;
29 foreach ($policy as $key => $values) {
/dokuwiki/
H A DSECURITY.md7 **This policy only applies to DokuWiki and the bundled plugins. Do not report issues about 3rd party plugins here.**