You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the dosc state "Note that the Origin header is not set on Fetch requests with a method of HEAD or GET.". This is not correct, though, because according to the Fetch specification the Origin header is used for all methods that have a "CORS" response tainting.
Currently the dosc state "Note that the Origin header is not set on Fetch requests with a method of HEAD or GET.". This is not correct, though, because according to the Fetch specification the
Origin
header is used for all methods that have a "CORS" response tainting.For more context, see discussion 209.
The text was updated successfully, but these errors were encountered: