-
Notifications
You must be signed in to change notification settings - Fork 84
user agent spoofing breaks paypal #393
Comments
Well if the site's behavior depends on the user agent string to be specific values, there is nothing HTTPSB can do. One thing to try is to stick to user agent strings which are close to the real one, i.e do not try to appear as a Firefox or IE browser, stick to user agent strings of Chromium-based browsers. |
A similar thing can occur with referers. I disable referer hiding on HTTPS, but I allow user agent spoofing, but all I recommend disabling that option and using "Referer Control", blocking all Maybe a similar addon exists for User-Agent? On Friday, August 8, 2014, Raymond Hill notifications@github.com wrote:
|
well, i wonder if it isn't that the UA changes during the "session" with paypal... |
What are the UA strings you currently use? |
The UA string can change during a session. I remember wondering whether I should store the UA for specific pages, and then decided against it. So if it's the source of the problem, I guess I will have to store and reuse it for a page. I think that would be reasonable given that the primary goal is to avoid tracking across many sites, and in any case, a new UA string would be used after leaving the site and coming back after a few minutes. |
Not recommended to use another add-on which also modifies outbound or inbound headers, as only one extension is allowed to do so, which could undermine HTTPSB's ability to do its job (removing |
So far I haven't seem to run into the issue if I ensure only 1 extension But yes, if I have User-Agent spoofing enabled (I don't, on ANY addon), I only have Referer Control capable/enabled of editing Referer and so far The more I configure things, the less add-ons I'll have eventually, because On Friday, August 8, 2014, Raymond Hill notifications@github.com wrote:
|
When using Paypal, even if I enable all resources in HTTPSB, the page loads then blanks out completely unless I disable user agent spoofing.
The text was updated successfully, but these errors were encountered: