Skip to content

Define preconnect and dns-prefetch with CSP #1620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Update fetch.bs
Co-authored-by: Anne van Kesteren <[email protected]>
  • Loading branch information
noamr and annevk authored Sep 28, 2023
commit fa560ebb79b37b93b7fd4b218144a88cc17c3d1b
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ these steps:
<li><p>Let <var>result</var> be the result of running
<a>should request be blocked by Content Security Policy?</a> given <var>request</var>.

<li><p>Return true if <var>result</var> is <b>allowed</b>, otherwise false.
<li><p>Return true if <var>result</var> is <b>allowed</b>; otherwise false.
</ol>
</div>

Expand Down