Browse
For agents
About
HTTP Headers
/
1.13.3
HTTP Headers
v1.13.3
Switch version
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
Overview
Code
http-headers
/
views
/
includes
/
csp-inc.inc.php
csp-inc.inc.php
in HTTP Headers 1.13.3, at views/includes/csp-inc.inc.php
4 lines
260 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
input
type
=
"
checkbox
"
2
name
=
"
hh_content_security_policy_value[<?php echo
$
item
; ?>]
"
3
value
=
"
1
"
<
?
php
echo
isset
(
$
csp_value
[
$
item
]
)
?
'
checked
'
:
NULL
;
?
>
4
class
=
"
http-header-value
"
<
?
php
echo
$
content_security_policy
==
1
?
NULL
:
'
readonly
'
;
?
>
>