From 3b4c7dbfc2d53173409a091933ee754fc7fe22d8 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Tue, 23 Oct 2018 11:33:09 -0400 Subject: [PATCH] Fix typos in CSP headers CSP doesn't use an equal sign between field names and values. Issue #129 --- index.src.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.src.html b/index.src.html index b2ade75..7612b18 100644 --- a/index.src.html +++ b/index.src.html @@ -190,7 +190,7 @@

Examples

And the following headers, which direct CSP and HPKP reports to that group:
-      Content-Security-Policy: ...; report-to=endpoint-1
+      Content-Security-Policy: ...; report-to endpoint-1
       Public-Key-Pins: ...; report-to=endpoint-1
     
@@ -218,7 +218,7 @@

Examples

endpoint:
-      Content-Security-Policy: ...; report-to=csp-endpoint
+      Content-Security-Policy: ...; report-to csp-endpoint
       Public-Key-Pins: ...; report-to=hpkp-endpoint