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

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

294 lines 7.2 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.2.2
7 Stable tag: 1.14.0
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 * Content-Type
32 * Expect-CT
33 * Expires
34 * Feature-Policy
35 * Pragma
36 * Public-Key-Pins
37 * Public-Key-Pins-Report-Only
38 * P3P
39 * Referrer-Policy
40 * Report-To
41 * Strict-Transport-Security
42 * Timing-Allow-Origin
43 * Vary
44 * WWW-Authenticate
45 * X-Content-Type-Options
46 * X-DNS-Prefetch-Control
47 * X-Download-Options
48 * X-Frame-Options
49 * X-Permitted-Cross-Domain-Policies
50 * X-Powered-By
51 * X-UA-Compatible
52 * X-XSS-Protection
53
54 The [getting started tutorial](https://zinoui.com/blog/http-headers-for-wordpress) describes a typical configuration of this plugin.
55
56 == Installation ==
57
58 Upload the HTTP Headers plugin to your blog. Then activate it.
59
60 That's all.
61
62 == Frequently Asked Questions ==
63
64 = Why to use this plugin? =
65
66 Nowadays security of your social data at the web is essential. This plugin helps you to improve your website overall security.
67
68 = Who use these headers? =
69
70 These HTTP headers are being used in production services by popular websites as Facebook, Google+, Twitter, LinkedIn, YouTube, Yahoo, Amazon, Instagram, Pinterest.
71
72 == Screenshots ==
73
74 1. This screenshot shows up the dashboard with categories of the supported headers.
75 2. This screenshot shows up the headers of a chosen category and their current values.
76 3. This screenshot shows up the settings page where you can adjust the security headers.
77 4. This screenshot shows up the response headers returned by the web server.
78
79 == Upgrade Notice ==
80
81 Updates are on they way, so stay tuned at [@DimitarIvanov](https://twitter.com/DimitarIvanov)
82
83 == Changelog ==
84
85 = 1.14.0 =
86 *Release Date - 1st September, 2019*
87
88 * Added the "Content-Type" header
89 * Fixed the "Access-Control-Allow-Credentials" header
90 * Improvement to "Access-Control-Allow-Headers" header
91 * Improvement to "Access-Control-Allow-Methods" header
92 * Improvement to "Access-Control-Expose-Headers" header
93 * Improvement to "Cache-Control" header
94 * Improvement to "Vary" header
95
96 = 1.13.4 =
97 *Release Date - 14th July, 2019*
98
99 * Added the "always" condition to Header (unset) directive
100 * Fixed the "import" function
101 * Fixed the "Access-Control-Allow-Origin" header
102
103 = 1.13.3 =
104 *Release Date - 16th June, 2019*
105
106 * Bugfix in "WWW-Authenticate" header
107 * Added support of Apache 2.4
108
109 = 1.13.2 =
110 *Release Date - 13th June, 2019*
111
112 * Bugfix in "Content-Encoding" header
113 * Bugfix in "Vary" header
114
115 = 1.13.1 =
116 *Release Date - 8th June, 2019*
117
118 * Added Brotli compression
119
120 = 1.13.0 =
121 *Release Date - 7th June, 2019*
122
123 * Added "SameSite" to Cookie Security
124 * Fixed import/export function
125 * Code refactoring
126
127 = 1.12.2 =
128 *Release Date - 5th April, 2019*
129
130 * UI improvement for Content-Security-Policy
131 * Fix for Access-Control-Allow-Headers
132 * Fix for Access-Control-Allow-Origin
133 * Fix for Feature-Policy
134
135 = 1.12.1 =
136 *Release Date - 9th January, 2019*
137
138 * Remove direct calls to cURL
139
140 = 1.12.0 =
141 *Release Date - 5th January, 2019*
142
143 * Better handling of activate/deactivate functions
144
145 = 1.11.0 =
146 *Release Date - 9th December, 2018*
147
148 * Added support of "Clear-Site-Data" header
149
150 = 1.10.5 =
151 *Release Date - 6th November, 2018*
152
153 * Hotfix: parallel work with third-party plugins
154
155 = 1.10.4 =
156 *Release Date - 30th September, 2018*
157
158 * Support of following Server APIs: CGI, FastCGI, PHP-FPM
159 * Error handling improvement
160
161 = 1.10.3 =
162 *Release Date - 8th August, 2018*
163
164 * HSTS improvement
165 * CORS improvement
166
167 = 1.10.2 =
168 *Release Date - 31st July, 2018*
169
170 * Export feature bug-fixed
171
172 = 1.10.1 =
173 *Release Date - 18th July, 2018*
174
175 * Feature-Policy header update: new features added
176
177 = 1.10.0 =
178 *Release Date - 17th July, 2018*
179
180 * Added support of "Feature-Policy" header
181
182 = 1.9.5 =
183 *Release Date - 12th July, 2018*
184
185 * CORS bugfix
186
187 = 1.9.4 =
188 *Release Date - 13th January, 2018*
189
190 * In-plugin security improvement
191
192 = 1.9.3 =
193 *Release Date - 10th January, 2018*
194
195 * Bug fix
196
197 = 1.9.2 =
198 *Release Date - 4th January, 2018*
199
200 * Security improvements
201
202 = 1.9.1 =
203 *Release Date - 27th December, 2017*
204
205 * Updated translations
206
207 = 1.9.0 =
208 *Release Date - 23th December, 2017*
209
210 * Added support of "Report-To" header
211 * Added support of translations
212 * Added support of Import/Export
213 * Updated "Content-Security-Policy" header (added directives: object-src, frame-src, worker-src, manifest-src, base-uri, report-to)
214 * Updated "WWW-Authenticate" header (support multiple users)
215 * Updated "Access-Control" headers (added list of origins)
216
217 = 1.8.0 =
218 *Release Date - 31st August, 2017*
219
220 * Added support of "Timing-Allow-Origin" header
221 * Added support of "X-Download-Options" header
222 * Added support of "X-DNS-Prefetch-Control" header
223 * Added support of "X-Permitted-Cross-Domain-Policies" header
224 * Added support of Custom headers
225
226 = 1.7.1 =
227 *Release Date - 18th August, 2017*
228
229 * PHP notice bugfixed
230
231 = 1.7.0 =
232 *Release Date - 15th August, 2017*
233
234 * Added support of "Content-Security-Policy-Report-Only" header
235 * Added support of "Public-Key-Pins-Report-Only" header
236 * Added "1; report=<reporting-URI>" directive to the "X-XSS-Protection" header
237 * Added "Inspect headers" tool
238 * UI bugfixes
239
240 = 1.6.0 =
241 *Release Date - 5th August, 2017*
242
243 * Added support of "Expect-CT" header
244
245 = 1.5.0 =
246 *Release Date - 30th July, 2017*
247
248 * Added support of "Age" header
249 * Added support of "Cache-Control" header
250 * Added support of "Connection" header
251 * Added support of "Content-Encoding" header
252 * Added support of "Expires" header
253 * Added support of "Pragma" header
254 * Added support of "Vary" header
255 * Added support of "WWW-Authenticate" header
256 * Added support of "X-Powered-By" header
257 * Added support of "Secure" and "HttpOnly" cookies
258
259 = 1.4.0 =
260 *Release Date - 5th July, 2017*
261
262 * Added support of Apache (via htaccess) inclusion method
263
264 = 1.3.0 =
265 *Release Date - 3rd June, 2017*
266
267 * Added support of Content-Security-Policy header
268 * Added dashboard
269
270 = 1.2.0 =
271 *Release Date - 28th April, 2017*
272
273 * Added support of Referrer-Policy header
274
275 = 1.1.2 =
276 *Release Date - 13th February, 2017*
277
278 * Added support of 'preload' directive to HSTS header
279
280 = 1.1.1 =
281 *Release Date - 8th November, 2016*
282
283 * Fixed typo in the X-Frame-Options header
284
285 = 1.1.0 =
286 *Release Date - 20th May, 2016*
287
288 * Added support of P3P header
289
290 = 1.0.0 =
291 *Release Date - 10th May, 2016*
292
293 * Initial version
294