<?php

/**
 * english language file
 *
 * @author     Matthias Schulte <post@lupo49.de>
 */

$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
$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.';
