Opened 7 years ago
Closed 7 years ago
#8434 closed defect (fixed)
Match new Tor Browser Bundle User-Agent in is_likely_tor_browser
Reported by: | dcf | Owned by: | aallai |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Archived/Flashproxy | Version: | |
Severity: | Keywords: | ||
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
We have:
var TBB_UA = "Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0";
My User-Agent is now:
Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0
Let's match either.
Child Tickets
Change History (5)
comment:1 Changed 7 years ago by
Status: | new → needs_review |
---|
comment:2 Changed 7 years ago by
I have also removed the check for disabled DOM storage, since DOM storage is enabled for some domains in the latest TBB.
comment:3 Changed 7 years ago by
aallai I sent you pull: https://github.com/aallai/flashproxy/pull/1
comment:4 Changed 7 years ago by
arlolra has kindly brought my branch up to snuff. I had not updated the comment and used the wrong condition...
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | needs_review → closed |
Thanks to both of you, now merged.
Note: See
TracTickets for help on using
tickets.
I patched this in the master branch of https://github.com/aallai/flashproxy.git.
The window.sessionStorage object of the new TB is not null though, so is_likely_tor_browser returns false and the badge doesn't disable.