Skip to content

Commit

Permalink
Add prerender security/privacy considerations that link to other specs (
Browse files Browse the repository at this point in the history
#321)

This gets started with security and privacy considerations for
prerendering by linking to existing considerations for the specs this
integrates with.

Note that considerations specific to prerendering still need to be
added.
  • Loading branch information
kjmcnee authored Jun 13, 2024
1 parent 17b54d4 commit 41593a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prefetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,10 @@ The following parameters are defined for the "`prefetch`" token:

See <a href="speculation-rules.html#security-considerations">Security considerations (Speculation Rules)</a>.

For the integration of this spec with No-Vary-Search, see <a href="no-vary-search.html#security-considerations">No-Vary-Search Security considerations</a>.

<h2 id="privacy-considerations">Privacy considerations</h2>

See <a href="speculation-rules.html#privacy-considerations">Privacy considerations (Speculation Rules)</a>.

For the integration of this spec with No-Vary-Search, see <a href="no-vary-search.html#privacy-considerations">No-Vary-Search Privacy considerations</a>.
16 changes: 16 additions & 0 deletions prerendering.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,3 +1026,19 @@ APIs that require the "<code>visible</code>" [=Document/visibility state=]:

More complicated cases:
- [=Request Picture-in-Picture=] as invoked due to {{HTMLVideoElement/requestPictureInPicture()|video.requestPictureInPicture()}} requires either [=transient activation=], or the [=Document/visibility state=] to have been "<code>visible</code>". [[PICTURE-IN-PICTURE]]

<h2 id="security-considerations">Security considerations</h2>

See <a href="speculation-rules.html#security-considerations">Security considerations (Speculation Rules)</a>.

For the integration of this spec with No-Vary-Search, see <a href="no-vary-search.html#security-considerations">No-Vary-Search Security considerations</a>.

<p class="issue">Add security considerations that are specific to prerendering. See <a href="https://github.com/WICG/nav-speculation/issues/319">issue #319</a>.</p>

<h2 id="privacy-considerations">Privacy considerations</h2>

See <a href="speculation-rules.html#privacy-considerations">Privacy considerations (Speculation Rules)</a>.

For the integration of this spec with No-Vary-Search, see <a href="no-vary-search.html#privacy-considerations">No-Vary-Search Privacy considerations</a>.

<p class="issue">Add privacy considerations that are specific to prerendering. See <a href="https://github.com/WICG/nav-speculation/issues/319">issue #319</a>.</p>

0 comments on commit 41593a0

Please sign in to comment.