-
Notifications
You must be signed in to change notification settings - Fork 232
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
Always send a referer but spoof it first #2
Conversation
Blocking referers breaks some sites, but these sites will happily accept a spoofed one.
I would prefer to leave the referer completely disabled. I tested this with both (yes, a total of two:) sites, that I know requires the referer and it wasn't enough for the other. So my impression is, that there actually isn't that many sites that really requires this. What's your impression on this? We could still have this as an option (commented out by default and with instructions), or something similar. |
Interesting. What's the site that it doesn't work on? It works on |
Unfortunately, I can't reveal what that site is, so you'll just have to take my word for it. I just recalled, that https://gpodder.net/ also checks the header and your settings did work for that also. I'm still thinking what would be the best approach for this. |
No problems. If you do find a site that doesn't work with In terms of what the default should be for your
|
Yeah, I think we can make this the default. As this still enables few more sites and makes browsing a bit less of a hassle. BTW. I noticed that IMDb's login screen does the checking also and requires also Thanks. |
Always send a referer but spoof it first
I think @fmarier had good reasoning for this and this is something that doesn't necessarily need any changing. Now it sends it and spoofs it, which works quite nicely and doesn't leak information. I've been thinking of changing the Also, even though the extension list is already quite excessive, I'd like to keep it to minimum and have only those extensions that are absolutely necessary. As you also stated in #16. |
Blocking referers breaks some sites, but these sites will happily accept a
spoofed one.