-
Notifications
You must be signed in to change notification settings - Fork 27
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
Omit referrers on cross-origin requests from an .onion address #156
base: main
Are you sure you want to change the base?
Conversation
whatwg/fetch#1351 proposes similar language. Do we expect many other places to need this? If we find a third it probably warrants abstraction. |
The only other special treatment of |
01399cb
to
88c03a3
Compare
88c03a3
to
43afe36
Compare
This has been sitting for a while now with no activity (partially because I've failed to review it, but that's mostly because I haven't seen much activity in terms of consensus on the other related issues). I've tried to round up all of the related web platform
It seems like the Fetch issue is stalled on feedback that hasn't come in, and perhaps also stalled on general consensus for this from other browsers. Would you mind if I closed this or marked it as a draft until some of the consensus around handling |
You can also add brave/brave-browser#18071 if you want (that's the Brave issue where we implemented this in order to match the Tor Browser behavior). Marking it as draft makes sense. I do intend to pick this up again since I think it would be worthwhile to agree on what the correct behavior should be and/or standardize what the two browser with built-in support for Tor already ship. |
(This is showing up in my active review requests on GitHub, so I'll remove myself for now while this is parked as a draft) |
This is to address #155.
Preview | Diff