PluginProbe
HTTP Headers / 1.13.2
HTTP Headers v1.13.2
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 / options.inc.php

options.inc.php in HTTP Headers 1.13.2, at views/includes/options.inc.php

96 lines 4.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 return array(
3 array('hh_method', 'htaccess'),
4 array('hh_x_frame_options', 0),
5 array('hh_x_frame_options_value', ''),
6 array('hh_x_frame_options_domain', ''),
7 array('hh_x_xxs_protection', 0),
8 array('hh_x_xxs_protection_value', ''),
9 array('hh_x_xxs_protection_uri', ''),
10 array('hh_x_content_type_options', 0),
11 array('hh_x_content_type_options_value', ''),
12 array('hh_strict_transport_security', 0),
13 array('hh_strict_transport_security_value', ''), //obsolete
14 array('hh_strict_transport_security_max_age', ''),
15 array('hh_strict_transport_security_sub_domains', ''),
16 array('hh_strict_transport_security_preload', ''),
17 array('hh_public_key_pins', 0),
18 array('hh_public_key_pins_sha256_1', ''),
19 array('hh_public_key_pins_sha256_2', ''),
20 array('hh_public_key_pins_max_age', ''),
21 array('hh_public_key_pins_sub_domains', ''),
22 array('hh_public_key_pins_report_uri', ''),
23 array('hh_public_key_pins_report_only', ''),
24 array('hh_x_ua_compatible', 0),
25 array('hh_x_ua_compatible_value', ''),
26 array('hh_p3p', 0),
27 array('hh_p3p_value', ''),
28 array('hh_referrer_policy', 0),
29 array('hh_referrer_policy_value', ''),
30 array('hh_content_security_policy', 0),
31 array('hh_content_security_policy_value', ''),
32 array('hh_content_security_policy_report_only', ''),
33 array('hh_access_control_allow_origin', 0),
34 array('hh_access_control_allow_origin_value', ''),
35 array('hh_access_control_allow_origin_url', ''),
36 array('hh_access_control_allow_credentials', 0),
37 array('hh_access_control_allow_credentials_value', ''),
38 array('hh_access_control_allow_methods', 0),
39 array('hh_access_control_allow_methods_value', ''),
40 array('hh_access_control_allow_headers', 0),
41 array('hh_access_control_allow_headers_value', ''),
42 array('hh_access_control_expose_headers', 0),
43 array('hh_access_control_expose_headers_value', ''),
44 array('hh_access_control_max_age', 0),
45 array('hh_access_control_max_age_value', ''),
46 array('hh_content_encoding', 0),
47 array('hh_content_encoding_module', ''),
48 array('hh_content_encoding_value', ''),
49 array('hh_content_encoding_ext', ''),
50 array('hh_vary', 0),
51 array('hh_vary_value', ''),
52 array('hh_x_powered_by', 0),
53 array('hh_x_powered_by_option', ''),
54 array('hh_x_powered_by_value', ''),
55 array('hh_www_authenticate', 0),
56 array('hh_www_authenticate_type', ''),
57 array('hh_www_authenticate_realm', ''),
58 array('hh_www_authenticate_user', ''),
59 array('hh_www_authenticate_pswd', ''),
60 array('hh_cache_control', 0),
61 array('hh_cache_control_value', ''),
62 array('hh_age', 0),
63 array('hh_age_value', ''),
64 array('hh_pragma', 0),
65 array('hh_pragma_value', ''),
66 array('hh_expires', 0),
67 array('hh_expires_value', ''),
68 array('hh_expires_type', ''),
69 array('hh_connection', 0),
70 array('hh_connection_value', ''),
71 array('hh_cookie_security', 0),
72 array('hh_cookie_security_value', ''),
73 array('hh_expect_ct', 0),
74 array('hh_expect_ct_max_age', ''),
75 array('hh_expect_ct_report_uri', ''),
76 array('hh_expect_ct_enforce', ''),
77 array('hh_timing_allow_origin', 0),
78 array('hh_timing_allow_origin_value', ''),
79 array('hh_timing_allow_origin_url', ''),
80 array('hh_x_permitted_cross_domain_policies', 0),
81 array('hh_x_permitted_cross_domain_policies_value', ''),
82 array('hh_x_download_options', 0),
83 array('hh_x_download_options_value', ''),
84 array('hh_x_dns_prefetch_control', 0),
85 array('hh_x_dns_prefetch_control_value', ''),
86 array('hh_custom_headers', 0),
87 array('hh_custom_headers_value', ''),
88 array('hh_report_to', 0),
89 array('hh_report_to_value', ''),
90 array('hh_feature_policy', 0),
91 array('hh_feature_policy_feature', ''),
92 array('hh_feature_policy_origin', ''),
93 array('hh_feature_policy_value', ''),
94 array('hh_clear_site_data', 0),
95 array('hh_clear_site_data_value', ''),
96 );