# http-headers/1.13.3/views/includes/csp-text.inc.php

HTTP Headers, version 1.13.3. 11 lines.

- Page: https://pluginprobe.com/plugins/http-headers/1.13.3/code/views/includes/csp-text.inc.php
- Raw: https://pluginprobe.com/plugins/http-headers/1.13.3/raw/views/includes/csp-text.inc.php
- Modified: 2019-04-07T05:09:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/http-headers/1.13.3/code/views/includes/csp-text.inc.php#L10-L20`.

```php
<input type="text" name="hh_content_security_policy_value[<?php echo $item; ?>]" class="http-header-value" size="40"
	value="<?php echo esc_attr(@$csp_value[$item]); ?>"<?php echo $content_security_policy == 1 ? NULL : ' readonly'; ?>>
<?php 
if ($item == 'plugin-types')
{
    ?>
    <br>
	<em>Example: application/x-shockwave-flash application/x-java-applet</em>
	<?php 
}
?>
```
