[tbb-bugs] #27459 [Applications/Tor Browser]: Backport bug 1479311 for Tor Browser for Android?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Sep 5 08:43:20 UTC 2018
#27459: Backport bug 1479311 for Tor Browser for Android?
-------------------------------------+-------------------------------------
Reporter: gk | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor | Version:
Browser | Keywords: tbb-mobile,
Severity: Normal | TorBrowserTeam201809
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
-------------------------------------+-------------------------------------
I guess we should think about backporting the patch for bug 1479311 which
fixes an address bar spoofing vulnerability. The fix is pretty small and
should not cause any regressions:
{{{
- if (index == -1) {
+ if (index == -1 || url.startsWith("javascript:")) {
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27459>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list