PluginProbe
HTTP Headers / 1.12.2
HTTP Headers v1.12.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.12.2, at README.txt

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