PluginProbe
HTTP Headers / 1.10.4
HTTP Headers v1.10.4
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.10.4, at README.txt

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