From b2991e05531a5034423221151f6ee3299e502209 Mon Sep 17 00:00:00 2001 From: Jesus David Garcia Gomez Date: Fri, 21 Jun 2019 15:08:16 -0700 Subject: [PATCH] Fix: Address feedback --- packages/hint-no-html-only-headers/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hint-no-html-only-headers/README.md b/packages/hint-no-html-only-headers/README.md index d308a95e6b5..562b66232b1 100644 --- a/packages/hint-no-html-only-headers/README.md +++ b/packages/hint-no-html-only-headers/README.md @@ -113,12 +113,12 @@ you can do something such as the following: # Because `mod_headers` cannot match based on the content-type, # the following workaround needs to be used. - + Header unset X-UA-Compatible Header unset X-XSS-Protection - + Header unset Content-Security-Policy Header unset X-Content-Security-Policy Header unset X-WebKit-CSP @@ -160,14 +160,14 @@ any resource whose `Content-Type` header isn't `text/html`: - + - + @@ -181,7 +181,7 @@ any resource whose `Content-Type` header isn't `text/html`: - +