Searched refs:CSP (Results 1 – 24 of 24) sorted by relevance
1 # CSP Header Plugin for DokuWiki4 [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
6 desc Injects the Content Security Policy (CSP) header in DokuWiki pages.
13 const CSP = [ define in dokuwiki\\plugin\\diagrams\\Diagrams
40 $policy = Diagrams::CSP;
134 $event->data['csp'] = Diagrams::CSP;
71 … of these changes. The starterPjax template is a demonstration of PJAX and CSP capable template us…
592 * Enabled CSP support
797 * #476: CSP policy incorrect, causing stylesheets to not load in the browser
1 …you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function,…
1 …urn this;\r\n})();\r\n\r\ntry {\r\n\t// This works if eval is allowed (see CSP)\r\n\tg = g || Func…
1 …CSP), and setting of correct [`Accept`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/…
1 …{\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Fu…
1 …CSP', 'csp'],\n loader: function () { return import('./csp.js'); }\n});\n","/*-----------------…
1 …CSP)\r\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\r\n} catch(e) {\r\n\t// This…
1 …CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detai…