-
Notifications
You must be signed in to change notification settings - Fork 523
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
Q: Referers: prefs + uM + Smart Referer #361
Comments
I disabled every referer spoofing in the user.js and just use uMatrix to handle this. |
Thank you for feedback 👍 |
but... cross origins are already covered by user.js master. |
@Thorin-Oakenpants Yeah, i just use the default values. |
Cool... the only diff I can see is Thank you @Forsaked and @Thorin-Oakenpants If there are any other ideas... I am open to it. :) Cheers |
I haven't tested (I am your dogmatic believer 😃), but from your comment I understand that whatever is set in prefs, for example |
I have tested a few scenarios and here are my findings: /* 1603: CROSS ORIGIN: control when to send a referer [SETUP]
* 0=always (default), 1=only if base domains match, 2=only if hosts match ***/
user_pref("network.http.referer.XOriginPolicy", 1); Short explanation: Test 1: A new opened page does NOT WORK. Test 2: A new opened page does NOT WORK. Test 3: A new opened page does IS WORKING. If you have some ideas for additional test case, let me know and I will be happy to try. Cheers |
I am puzzled also, why this case is treated as cross origin when its clearly not? Just thinking out loud, my maybe "connected with this case" prefs (specially the second one): Need to test. Update: |
@crssi your example makes no sense. IF that page is not working it's most likely because it tries to load something from another domain. Just open the network manager and see which requests are failing.
does it work when you open it in the same tab then? I highly doubt it |
I haven't express myself best. Page does load, but application says |
can you share the page where this happens? |
and this only happens if you open the link in a new tab? |
I cannot share, since its internal application working only on LAN. |
options available for SR : |
@Thorin-Oakenpants |
Whitelist source = simple text list, one should be able to write its own list Rewrite mode as 3 possible sets, but you can't set it on the fly by site, you have to enter configuration page : If you don't use strict mode, your rewrite mode is applied on the domain basis |
also see #373 also, i stopped using uM recently - i'm running uBO in advanced and using a legacy cookie controller to dispose of storage - feelings are mixed so far, but i'm still testing |
It would might be better if uM would have a different kind of implementation for referer spoofing. and in the config then for example This way we could get rid of "Smart Referer" as additional extension. Don't get me wrong here, I am not saying that "Smart Referer" isn't good, but uM could replace it in this case. What do you think? |
No doubt the ghacks-user.js spoof refering solution is very very good, but occasionally I have a need to relax those a bit.
I am just wondering what you guys are using for real to deal with those?
Is it uM or Smart Referer, or something else?
The text was updated successfully, but these errors were encountered: