-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Labels
security/privacyThere are security or privacy implicationsThere are security or privacy implications
Description
Thanks to @youennf in #733 I noticed that CORS-preflight fetches currently don't set the CORS flag when invoking HTTP-network-or-cache fetch. While this does not impact them setting the Origin
header (due to using the OPTIONS
method), it does impact it processing a 401, which it should not be doing.
Metadata
Metadata
Assignees
Labels
security/privacyThere are security or privacy implicationsThere are security or privacy implications