-
Notifications
You must be signed in to change notification settings - Fork 84
Front page on www.tsn.ca goes blank when user agent spoofing is enabled #261
Comments
Looks like freezing the fake |
It will take time to investigate, it's failing somewhere else and I have to find where in this maze of javascript. |
Try adding Its some tracking stuff that calls
s_code is the tracking image when the page goes blank. Inspect the page and you can see its the same html code from that function. I'm not sure if blocking that .js file breaks the rest of the page though. |
I don't know, when I disable UA spoofing, the page doesn't go blank, so clearly somewhere in there, HTTPSB spoofing cause the page to fail, and it could be that one of the property in It's nice though that you found a workaround, I will pass it on to the user at Wilder Security. |
Wow thanks for the help, this really saves me a lot of time. Now I have to look for the best fix, which apparently is to just find the first string segment which starts with a digit, as per http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-navigator-appversion |
Code above doesn't work with many of the listed UA here. Ok I will use the |
What if you do a parseFloat() first and then if its NaN you look for Right? |
Nah, |
As per http://www.wilderssecurity.com/threads/http-switchboard-for-chrome-chromium.356427/page-27#post-2369931:
My findings:
The text was updated successfully, but these errors were encountered: