PluginProbe
HTTP Headers / 1.12.1
HTTP Headers v1.12.1
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 / README.txt

README.txt in HTTP Headers 1.12.1, at README.txt

243 lines 5.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === HTTP Headers ===
2 Contributors: zinoui
3 Donate link: https://zinoui.com/donation
4 Tags: custom headers, http headers, headers, security, http header, header, cross domain, cors, xss, clickjacking, mitm, cross origin, cross site, privacy, p3p, hsts, referrer, csp, caching, compression, access control, authentication
5 Requires at least: 3.2
6 Tested up to: 5.0.3
7 Stable tag: 1.12.1
8 License: GPLv2 or later
9
10 HTTP Headers adds CORS & security HTTP headers to your website.
11
12 == Description ==
13
14 HTTP Headers gives your control over the http headers returned by your blog or website.
15
16 Headers supported by HTTP Headers includes:
17
18 * Access-Control-Allow-Origin
19 * Access-Control-Allow-Credentials
20 * Access-Control-Max-Age
21 * Access-Control-Allow-Methods
22 * Access-Control-Allow-Headers
23 * Access-Control-Expose-Headers
24 * Age
25 * Content-Security-Policy
26 * Content-Security-Policy-Report-Only
27 * Cache-Control
28 * Clear-Site-Data
29 * Connection
30 * Content-Encoding
31 * Expect-CT
32 * Expires
33 * Feature-Policy
34 * Pragma
35 * Public-Key-Pins
36 * Public-Key-Pins-Report-Only
37 * P3P
38 * Referrer-Policy
39 * Report-To
40 * Strict-Transport-Security
41 * Timing-Allow-Origin
42 * Vary
43 * WWW-Authenticate
44 * X-Content-Type-Options
45 * X-DNS-Prefetch-Control
46 * X-Download-Options
47 * X-Frame-Options
48 * X-Permitted-Cross-Domain-Policies
49 * X-Powered-By
50 * X-UA-Compatible
51 * X-XSS-Protection
52
53 The [getting started tutorial](https://zinoui.com/blog/http-headers-for-wordpress) describes a typical configuration of this plugin.
54
55 == Installation ==
56
57 Upload the HTTP Headers plugin to your blog. Then activate it.
58
59 That's all.
60
61 == Frequently Asked Questions ==
62
63 = Why to use this plugin? =
64
65 Nowadays security of your social data at the web is essential. This plugin helps you to improve your website overall security.
66
67 = Who use these headers? =
68
69 These HTTP headers are being used in production services by popular websites as Facebook, Google+, Twitter, LinkedIn, YouTube, Yahoo, Amazon, Instagram, Pinterest.
70
71 == Screenshots ==
72
73 1. This screenshot shows up the dashboard with categories of the supported headers.
74 2. This screenshot shows up the headers of a chosen category and their current values.
75 3. This screenshot shows up the settings page where you can adjust the security headers.
76 4. This screenshot shows up the response headers returned by the web server.
77
78 == Upgrade Notice ==
79
80 Updates are on they way, so stay tuned at [@DimitarIvanov](https://twitter.com/DimitarIvanov)
81
82 == Changelog ==
83
84 = 1.12.1 =
85 *Release Date - 9th January, 2019*
86
87 * Remove direct calls to cURL
88
89 = 1.12.0 =
90 *Release Date - 5th January, 2019*
91
92 * Better handling of activate/deactivate functions
93
94 = 1.11.0 =
95 *Release Date - 9th December, 2018*
96
97 * Added support of "Clear-Site-Data" header
98
99 = 1.10.5 =
100 *Release Date - 6th November, 2018*
101
102 * Hotfix: parallel work with third-party plugins
103
104 = 1.10.4 =
105 *Release Date - 30th September, 2018*
106
107 * Support of following Server APIs: CGI, FastCGI, PHP-FPM
108 * Error handling improvement
109
110 = 1.10.3 =
111 *Release Date - 8th August, 2018*
112
113 * HSTS improvement
114 * CORS improvement
115
116 = 1.10.2 =
117 *Release Date - 31st July, 2018*
118
119 * Export feature bug-fixed
120
121 = 1.10.1 =
122 *Release Date - 18th July, 2018*
123
124 * Feature-Policy header update: new features added
125
126 = 1.10.0 =
127 *Release Date - 17th July, 2018*
128
129 * Added support of "Feature-Policy" header
130
131 = 1.9.5 =
132 *Release Date - 12th July, 2018*
133
134 * CORS bugfix
135
136 = 1.9.4 =
137 *Release Date - 13th January, 2018*
138
139 * In-plugin security improvement
140
141 = 1.9.3 =
142 *Release Date - 10th January, 2018*
143
144 * Bug fix
145
146 = 1.9.2 =
147 *Release Date - 4th January, 2018*
148
149 * Security improvements
150
151 = 1.9.1 =
152 *Release Date - 27th December, 2017*
153
154 * Updated translations
155
156 = 1.9.0 =
157 *Release Date - 23th December, 2017*
158
159 * Added support of "Report-To" header
160 * Added support of translations
161 * Added support of Import/Export
162 * Updated "Content-Security-Policy" header (added directives: object-src, frame-src, worker-src, manifest-src, base-uri, report-to)
163 * Updated "WWW-Authenticate" header (support multiple users)
164 * Updated "Access-Control" headers (added list of origins)
165
166 = 1.8.0 =
167 *Release Date - 31st August, 2017*
168
169 * Added support of "Timing-Allow-Origin" header
170 * Added support of "X-Download-Options" header
171 * Added support of "X-DNS-Prefetch-Control" header
172 * Added support of "X-Permitted-Cross-Domain-Policies" header
173 * Added support of Custom headers
174
175 = 1.7.1 =
176 *Release Date - 18th August, 2017*
177
178 * PHP notice bugfixed
179
180 = 1.7.0 =
181 *Release Date - 15th August, 2017*
182
183 * Added support of "Content-Security-Policy-Report-Only" header
184 * Added support of "Public-Key-Pins-Report-Only" header
185 * Added "1; report=<reporting-URI>" directive to the "X-XSS-Protection" header
186 * Added "Inspect headers" tool
187 * UI bugfixes
188
189 = 1.6.0 =
190 *Release Date - 5th August, 2017*
191
192 * Added support of "Expect-CT" header
193
194 = 1.5.0 =
195 *Release Date - 30th July, 2017*
196
197 * Added support of "Age" header
198 * Added support of "Cache-Control" header
199 * Added support of "Connection" header
200 * Added support of "Content-Encoding" header
201 * Added support of "Expires" header
202 * Added support of "Pragma" header
203 * Added support of "Vary" header
204 * Added support of "WWW-Authenticate" header
205 * Added support of "X-Powered-By" header
206 * Added support of "Secure" and "HttpOnly" cookies
207
208 = 1.4.0 =
209 *Release Date - 5th July, 2017*
210
211 * Added support of Apache (via htaccess) inclusion method
212
213 = 1.3.0 =
214 *Release Date - 3rd June, 2017*
215
216 * Added support of Content-Security-Policy header
217 * Added dashboard
218
219 = 1.2.0 =
220 *Release Date - 28th April, 2017*
221
222 * Added support of Referrer-Policy header
223
224 = 1.1.2 =
225 *Release Date - 13th February, 2017*
226
227 * Added support of 'preload' directive to HSTS header
228
229 = 1.1.1 =
230 *Release Date - 8th November, 2016*
231
232 * Fixed typo in the X-Frame-Options header
233
234 = 1.1.0 =
235 *Release Date - 20th May, 2016*
236
237 * Added support of P3P header
238
239 = 1.0.0 =
240 *Release Date - 10th May, 2016*
241
242 * Initial version
243