options.inc.php
4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?php
return array(
array('hh_method', 'htaccess'),
array('hh_htaccess_path', str_replace('\\', '/', ABSPATH) . '.htaccess'),
array('hh_user_ini_path', str_replace('\\', '/', ABSPATH) . '.user.ini'),
array('hh_htpasswd_path', str_replace('\\', '/', ABSPATH) . '.hh-htpasswd'),
array('hh_htdigest_path', str_replace('\\', '/', ABSPATH) . '.hh-htdigest'),
array('hh_x_frame_options', 0),
array('hh_x_frame_options_value', ''),
array('hh_x_frame_options_domain', ''),
array('hh_x_xxs_protection', 0),
array('hh_x_xxs_protection_value', ''),
array('hh_x_xxs_protection_uri', ''),
array('hh_x_content_type_options', 0),
array('hh_x_content_type_options_value', ''),
array('hh_strict_transport_security', 0),
array('hh_strict_transport_security_value', ''), //obsolete
array('hh_strict_transport_security_max_age', ''),
array('hh_strict_transport_security_sub_domains', ''),
array('hh_strict_transport_security_preload', ''),
array('hh_public_key_pins', 0),
array('hh_public_key_pins_sha256_1', ''),
array('hh_public_key_pins_sha256_2', ''),
array('hh_public_key_pins_max_age', ''),
array('hh_public_key_pins_sub_domains', ''),
array('hh_public_key_pins_report_uri', ''),
array('hh_public_key_pins_report_only', ''),
array('hh_x_ua_compatible', 0),
array('hh_x_ua_compatible_value', ''),
array('hh_p3p', 0),
array('hh_p3p_value', ''),
array('hh_referrer_policy', 0),
array('hh_referrer_policy_value', ''),
array('hh_content_security_policy', 0),
array('hh_content_security_policy_value', ''),
array('hh_content_security_policy_report_only', ''),
array('hh_access_control_allow_origin', 0),
array('hh_access_control_allow_origin_value', ''),
array('hh_access_control_allow_origin_url', ''),
array('hh_access_control_allow_credentials', 0),
array('hh_access_control_allow_credentials_value', ''),
array('hh_access_control_allow_methods', 0),
array('hh_access_control_allow_methods_value', ''),
array('hh_access_control_allow_headers', 0),
array('hh_access_control_allow_headers_value', ''),
array('hh_access_control_allow_headers_custom', ''),
array('hh_access_control_expose_headers', 0),
array('hh_access_control_expose_headers_value', ''),
array('hh_access_control_expose_headers_custom', ''),
array('hh_access_control_max_age', 0),
array('hh_access_control_max_age_value', ''),
array('hh_content_encoding', 0),
array('hh_content_encoding_module', ''),
array('hh_content_encoding_value', ''),
array('hh_content_encoding_ext', ''),
array('hh_vary', 0),
array('hh_vary_value', ''),
array('hh_x_powered_by', 0),
array('hh_x_powered_by_option', ''),
array('hh_x_powered_by_value', ''),
array('hh_www_authenticate', 0),
array('hh_www_authenticate_type', ''),
array('hh_www_authenticate_realm', ''),
array('hh_www_authenticate_user', ''),
array('hh_www_authenticate_pswd', ''),
array('hh_cache_control', 0),
array('hh_cache_control_value', ''),
array('hh_age', 0),
array('hh_age_value', ''),
array('hh_pragma', 0),
array('hh_pragma_value', ''),
array('hh_expires', 0),
array('hh_expires_value', ''),
array('hh_expires_type', ''),
array('hh_connection', 0),
array('hh_connection_value', ''),
array('hh_cookie_security', 0),
array('hh_cookie_security_value', ''),
array('hh_expect_ct', 0),
array('hh_expect_ct_max_age', ''),
array('hh_expect_ct_report_uri', ''),
array('hh_expect_ct_enforce', ''),
array('hh_timing_allow_origin', 0),
array('hh_timing_allow_origin_value', ''),
array('hh_timing_allow_origin_url', ''),
array('hh_x_permitted_cross_domain_policies', 0),
array('hh_x_permitted_cross_domain_policies_value', ''),
array('hh_x_download_options', 0),
array('hh_x_download_options_value', ''),
array('hh_x_dns_prefetch_control', 0),
array('hh_x_dns_prefetch_control_value', ''),
array('hh_custom_headers', 0),
array('hh_custom_headers_value', ''),
array('hh_report_to', 0),
array('hh_report_to_value', ''),
array('hh_feature_policy', 0),
array('hh_feature_policy_feature', ''),
array('hh_feature_policy_origin', ''),
array('hh_feature_policy_value', ''),
array('hh_permissions_policy', 0),
array('hh_permissions_policy_feature', ''),
array('hh_permissions_policy_origin', ''),
array('hh_permissions_policy_value', ''),
array('hh_clear_site_data', 0),
array('hh_clear_site_data_value', ''),
array('hh_content_type', 0),
array('hh_content_type_value', ''),
array('hh_content_nel', 0),
array('hh_content_nel_value', ''),
array('hh_x_robots_tag', 0),
array('hh_x_robots_tag_value', ''),
);