Skip to content

Commit 74575bd

Browse files
ScottHelmedcreager
authored andcommitted
Fix example report-to header syntax. (#122)
1 parent 30b8aa7 commit 74575bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ <h3 id="examples">Examples</h3>
202202
the following header to define two reporting endpoints:
203203

204204
<pre>
205-
<a>Report-To</a>: { "<a for="ReportTo">url</a>": "https://example.com/csp-reports",
206-
"<a for="ReportTo">group</a>": "csp-endpoint",
207-
"<a for="ReportTo">max_age</a>": 10886400 },
208-
{ "<a for="ReportTo">url</a>": "https://example.com/hpkp-reports",
209-
"<a for="ReportTo">group</a>": "hpkp-endpoint",
210-
"<a for="ReportTo">max_age</a>": 10886400 }
211205
<a>Report-To</a>: { "<a for="ReportTo">group</a>": "csp-endpoint",
212206
"<a for="ReportTo">max_age</a>": 10886400,
213207
"<a for="ReportTo">endpoints</a>": [

0 commit comments

Comments
 (0)