Skip to content

Commit 06d6906

Browse files
nhirokibfgeek
authored andcommitted
[worklets] Change the default credentials mode from 'omit' to 'same-origin' (w3c#757)
Issue: w3c#756
1 parent ba2a8fd commit 06d6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worklets/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ interface Worklet {
329329
};
330330

331331
dictionary WorkletOptions {
332-
RequestCredentials credentials = "omit";
332+
RequestCredentials credentials = "same-origin";
333333
};
334334
</pre>
335335

0 commit comments

Comments
 (0)