PluginProbe
HTTP Headers / 1.15.0
HTTP Headers v1.15.0
1.19.5 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.14.0 1.14.1 1.14.2 1.15.0 All 60 releases
http-headers / views / includes / csp-text.inc.php

csp-text.inc.php in HTTP Headers 1.15.0, at views/includes/csp-text.inc.php

11 lines 387 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <input type="text" name="hh_content_security_policy_value[<?php echo $item; ?>]" class="http-header-value" size="40"
2 value="<?php echo esc_attr(@$csp_value[$item]); ?>"<?php echo $content_security_policy == 1 ? NULL : ' readonly'; ?>>
3 <?php
4 if ($item == 'plugin-types')
5 {
6 ?>
7 <br>
8 <em>Example: application/x-shockwave-flash application/x-java-applet</em>
9 <?php
10 }
11 ?>