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
Do not CORS-safelist a Range header without a start
As per #1450 the intent was never to allow this. The algorithm before #1454 would yield undefined behavior for this input, but after it incorrectly ended up being allowed. This change makes it clearly disallowed.
Already tested in WPT cors/cors-safelisted-request-header.any.js.
0 commit comments