[tor-bugs] #32362 [Applications/Tor Browser]: NoScript TRUSTED setting doesn't work
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Nov 7 07:58:28 UTC 2019
#32362: NoScript TRUSTED setting doesn't work
-------------------------------------------------+-------------------------
Reporter: nDe15o | Owner: tbb-
| team
Type: defect | Status:
| needs_information
Priority: High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-9.0-issues, | Actual Points:
TorBrowserTeam201912, noscript |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by nDe15o):
And this is what happens in Policy.js parse function:
it goes to this if
{{{
if (Sites.onionSecure && url.protocol === "http:" &&
url.hostname.endsWith(".onion")) {
url.protocol = "https:";
}
}}}
but skips it, because Sites.onionSecure is undefined.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32362#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list