From 9ffb28114117473d00196dab5fe3965e14dc4ac9 Mon Sep 17 00:00:00 2001 From: Bruno Vinicius Figueiredo dos Santos Date: Tue, 7 Aug 2018 15:36:20 -0300 Subject: [PATCH] Missing comma in hint-no-protocol-relative-urls --- packages/hint-no-protocol-relative-urls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hint-no-protocol-relative-urls/README.md b/packages/hint-no-protocol-relative-urls/README.md index 68330e76e6c..e34e59247db 100644 --- a/packages/hint-no-protocol-relative-urls/README.md +++ b/packages/hint-no-protocol-relative-urls/README.md @@ -40,7 +40,7 @@ when using protocol relative URLs include: and the first request is not made over HTTP, there is a high risk of man-in-the-middle attacks. - Of course if the web site/app is served over HTTP it is already + Of course, if the web site/app is served over HTTP it is already exposed to those types of attacks, but in general CDNs constitute a high-value target, and therefore, are much more likely to be attacked than most of the individual sites that use them.