Skip to content

Commit 3d14625

Browse files
committed
Rewording
1 parent 99b270d commit 3d14625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ X-Content-Type-Options: nosniff <-----------
3939

4040
* Plug-n-Play: the default set of security headers can be enabled with `security_headers on;` in your NGINX configuration
4141
* Sends `X-Content-Type-Options` only for relevant MIME types (CSS/JS), preserving unnecessary headers from being sent for HTML documents
42-
* Similiarly, sends HTML-only relevant headers for relevant types and skips sending for others e.g. `X-Frame-Options` is useless for CSS
42+
* Similarly, sends HTML-only security headers for relevant types only, not sending for others, e.g. `X-Frame-Options` is useless for CSS
4343
* Plays well with conditional `GET` requests: the security headers are not included there unnecessarily
4444
* Does not suffer the `add_header` directive's pitfalls
4545
* Hides `X-Powered-By`, which often leaks PHP version information

0 commit comments

Comments
 (0)