1<?php
2
3/**
4 * english language file
5 *
6 * @author     Matthias Schulte <post@lupo49.de>
7 */
8
9$lang['baseuriValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/base-uri">base-uri</a> directive.';
10$lang['childsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/child-src">child-src</a> directive.';
11$lang['connectsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src">connect-src</a> directive.';
12$lang['defaultsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/default-src">default-src</a> directive.';
13$lang['fontsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/font-src">font-src</a> directive.';
14$lang['formactionValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/form-action">form-action</a> directive.';
15$lang['frameancestorsValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors">frame-ancestors</a> directive.';
16$lang['framesrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-src">frame-src</a> directive.';
17$lang['imgsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/">img-src</a> directive.';
18$lang['manifestsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/manifest-src">manifest-src</a> directive.';
19$lang['mediasrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/media-src">media-src</a> directive.';
20$lang['navigatetoValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/navigate-to">navigate-to</a> directive.';
21$lang['objectsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/object-src">object-src</a> directive.';
22$lang['plugintypesValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/plugin-types">plugin-types</a> directive.';
23$lang['prefetchsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/prefetch-src">prefetch-src</a> directive.';
24$lang['reporturiValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-uri">report-uri</a> directive.';
25$lang['sandboxValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/sandbox">sandbox</a> directive.';
26$lang['scriptsrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src">script-src</a> directive.';
27$lang['scriptsrcattrValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src-attr">script-src-attr</a> directive.';
28$lang['scriptsrcelemValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src-elem">script-src-elem</a> directive.';
29$lang['stylesrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/styles-src">styles-src</a> directive.';
30$lang['stylesrcattrValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/styles-src-attr">styles-src-attr</a> directive.';
31$lang['stylesrcelemValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/styles-src-elem">styles-src-attr</a> directive.';
32$lang['trustedtypesValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types">trusted-types</a> directive.';
33$lang['workersrcValue'] = 'Set value for the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/worker-src">worker-src</a> directive.';
34