Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF111 XMLHttpRequest/HTTP channel - strip Authorization on cross-origin redirect #19092

Merged
merged 3 commits into from Mar 16, 2023

Conversation

hamishwillee
Copy link
Collaborator

FF111 strips the Authorization header added by developers from cross-origin redirects in fetch(), XMLHttpRequest, and more generally theHTTP channel - see: https://bugzilla.mozilla.org/show_bug.cgi?id=1802086.

The fetch() changes were done in #19064 . This duplicates the exactly the same info for XMLHttpRequest and Authorization. That makes sense because these build on fetch(), as per response in mdn/content#22533 (comment)
.

Other docs work for this can be tracked in mdn/content#22533

@github-actions github-actions bot added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP labels Mar 10, 2023
@hamishwillee
Copy link
Collaborator Author

@queengooborg FYI

http/headers/Authorization.json Outdated Show resolved Hide resolved
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants