Skip to content

Commit 31ee11b

Browse files
committed
CREDENTIAL: Skip service workers for chooser images.
Closes #246.
1 parent 24004ef commit 31ee11b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specs/credentialmanagement/index.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,10 @@ <h3 id="privacy-chooser-leakage">Chooser Leakage</h3>
19871987
cache them for the lifetime of the {{Credential}}.
19881988

19891989
Further, these images MUST be fetched with the <code>credentials</code> mode
1990-
set to "<code>omit</code>".
1990+
set to "<code>omit</code>", the <code>skip-service-worker flag</code> set, the
1991+
<code>client</code> set to <code>null</code>, the <code>initiator</code> set
1992+
to the empty string, and the <code>destination</code> set to
1993+
<code>subresource</code>.
19911994

19921995
<h3 id="locally-stored-data">Locally Stored Data</h3>
19931996

0 commit comments

Comments
 (0)