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 / README.txt

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

269 lines 6.5 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.1
7 Stable tag: 1.13.2
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.13.2 =
85 *Release Date - 13th June, 2019*
86
87 * Bugfix in "Content-Encoding" header
88 * Bugfix in "Vary" header
89
90 = 1.13.1 =
91 *Release Date - 8th June, 2019*
92
93 * Added Brotli compression
94
95 = 1.13.0 =
96 *Release Date - 7th June, 2019*
97
98 * Added "SameSite" to Cookie Security
99 * Fixed import/export function
100 * Code refactoring
101
102 = 1.12.2 =
103 *Release Date - 5th April, 2019*
104
105 * UI improvement for Content-Security-Policy
106 * Fix for Access-Control-Allow-Headers
107 * Fix for Access-Control-Allow-Origin
108 * Fix for Feature-Policy
109
110 = 1.12.1 =
111 *Release Date - 9th January, 2019*
112
113 * Remove direct calls to cURL
114
115 = 1.12.0 =
116 *Release Date - 5th January, 2019*
117
118 * Better handling of activate/deactivate functions
119
120 = 1.11.0 =
121 *Release Date - 9th December, 2018*
122
123 * Added support of "Clear-Site-Data" header
124
125 = 1.10.5 =
126 *Release Date - 6th November, 2018*
127
128 * Hotfix: parallel work with third-party plugins
129
130 = 1.10.4 =
131 *Release Date - 30th September, 2018*
132
133 * Support of following Server APIs: CGI, FastCGI, PHP-FPM
134 * Error handling improvement
135
136 = 1.10.3 =
137 *Release Date - 8th August, 2018*
138
139 * HSTS improvement
140 * CORS improvement
141
142 = 1.10.2 =
143 *Release Date - 31st July, 2018*
144
145 * Export feature bug-fixed
146
147 = 1.10.1 =
148 *Release Date - 18th July, 2018*
149
150 * Feature-Policy header update: new features added
151
152 = 1.10.0 =
153 *Release Date - 17th July, 2018*
154
155 * Added support of "Feature-Policy" header
156
157 = 1.9.5 =
158 *Release Date - 12th July, 2018*
159
160 * CORS bugfix
161
162 = 1.9.4 =
163 *Release Date - 13th January, 2018*
164
165 * In-plugin security improvement
166
167 = 1.9.3 =
168 *Release Date - 10th January, 2018*
169
170 * Bug fix
171
172 = 1.9.2 =
173 *Release Date - 4th January, 2018*
174
175 * Security improvements
176
177 = 1.9.1 =
178 *Release Date - 27th December, 2017*
179
180 * Updated translations
181
182 = 1.9.0 =
183 *Release Date - 23th December, 2017*
184
185 * Added support of "Report-To" header
186 * Added support of translations
187 * Added support of Import/Export
188 * Updated "Content-Security-Policy" header (added directives: object-src, frame-src, worker-src, manifest-src, base-uri, report-to)
189 * Updated "WWW-Authenticate" header (support multiple users)
190 * Updated "Access-Control" headers (added list of origins)
191
192 = 1.8.0 =
193 *Release Date - 31st August, 2017*
194
195 * Added support of "Timing-Allow-Origin" header
196 * Added support of "X-Download-Options" header
197 * Added support of "X-DNS-Prefetch-Control" header
198 * Added support of "X-Permitted-Cross-Domain-Policies" header
199 * Added support of Custom headers
200
201 = 1.7.1 =
202 *Release Date - 18th August, 2017*
203
204 * PHP notice bugfixed
205
206 = 1.7.0 =
207 *Release Date - 15th August, 2017*
208
209 * Added support of "Content-Security-Policy-Report-Only" header
210 * Added support of "Public-Key-Pins-Report-Only" header
211 * Added "1; report=<reporting-URI>" directive to the "X-XSS-Protection" header
212 * Added "Inspect headers" tool
213 * UI bugfixes
214
215 = 1.6.0 =
216 *Release Date - 5th August, 2017*
217
218 * Added support of "Expect-CT" header
219
220 = 1.5.0 =
221 *Release Date - 30th July, 2017*
222
223 * Added support of "Age" header
224 * Added support of "Cache-Control" header
225 * Added support of "Connection" header
226 * Added support of "Content-Encoding" header
227 * Added support of "Expires" header
228 * Added support of "Pragma" header
229 * Added support of "Vary" header
230 * Added support of "WWW-Authenticate" header
231 * Added support of "X-Powered-By" header
232 * Added support of "Secure" and "HttpOnly" cookies
233
234 = 1.4.0 =
235 *Release Date - 5th July, 2017*
236
237 * Added support of Apache (via htaccess) inclusion method
238
239 = 1.3.0 =
240 *Release Date - 3rd June, 2017*
241
242 * Added support of Content-Security-Policy header
243 * Added dashboard
244
245 = 1.2.0 =
246 *Release Date - 28th April, 2017*
247
248 * Added support of Referrer-Policy header
249
250 = 1.1.2 =
251 *Release Date - 13th February, 2017*
252
253 * Added support of 'preload' directive to HSTS header
254
255 = 1.1.1 =
256 *Release Date - 8th November, 2016*
257
258 * Fixed typo in the X-Frame-Options header
259
260 = 1.1.0 =
261 *Release Date - 20th May, 2016*
262
263 * Added support of P3P header
264
265 = 1.0.0 =
266 *Release Date - 10th May, 2016*
267
268 * Initial version
269