# http-headers/1.15.0/views/includes/csp-inc.inc.php

HTTP Headers, version 1.15.0. 4 lines.

- Page: https://pluginprobe.com/plugins/http-headers/1.15.0/code/views/includes/csp-inc.inc.php
- Raw: https://pluginprobe.com/plugins/http-headers/1.15.0/raw/views/includes/csp-inc.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.15.0/code/views/includes/csp-inc.inc.php#L10-L20`.

```php
<input type="checkbox"
    name="hh_content_security_policy_value[<?php echo $item; ?>]"
    value="1"<?php echo isset($csp_value[$item]) ? ' checked' : NULL; ?>
    class="http-header-value"<?php echo $content_security_policy == 1 ? NULL : ' readonly'; ?>>
```
