Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h3 id="examples">Examples</h3>
And the following headers, which direct CSP and HPKP reports to that group:

<pre>
<a>Content-Security-Policy</a>: ...; <a lt="reports directive">report-to</a>=endpoint-1
<a>Content-Security-Policy</a>: ...; <a lt="reports directive">report-to</a> endpoint-1
<a>Public-Key-Pins</a>: ...; report-to=endpoint-1
</pre>
</div>
Expand Down Expand Up @@ -218,7 +218,7 @@ <h3 id="examples">Examples</h3>
endpoint:

<pre>
<a>Content-Security-Policy</a>: ...; <a lt="reports directive">report-to</a>=csp-endpoint
<a>Content-Security-Policy</a>: ...; <a lt="reports directive">report-to</a> csp-endpoint
<a>Public-Key-Pins</a>: ...; report-to=hpkp-endpoint
</pre>
</div>
Expand Down