[tor-bugs] #18913 [Applications/Tor Browser]: about:tor should not have chrome privileges
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jun 22 09:19:47 UTC 2017
#18913: about:tor should not have chrome privileges
--------------------------------------------+------------------------------
Reporter: mcs | Owner: mcs
Type: defect | Status:
| needs_revision
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: ff52-esr, TorBrowserTeam201706 | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------------+------------------------------
Changes (by gk):
* keywords: ff52-esr, TorBrowserTeam201706R => ff52-esr,
TorBrowserTeam201706
* status: needs_review => needs_revision
Comment:
Sorry, I should have given more context. You have now
{{{
+var AboutTorListener = {
+ kAboutTorMessages: [ "AboutTor:ChromeData", "AboutTor:ToolbarData" ],
+
+ get isAboutTor() {
+ return content.document.documentURI.toLowerCase() == "about:tor";
+ },
}}}
but I'd like to have it like
{{{
+var AboutTorListener = {
+ kAboutTorMessages: [ "AboutTor:ChromeData", "AboutTor:ToolbarData" ],
+
+ get isAboutTor() {
+ return content.document.documentURI.toLowerCase() == "about:tor";
+ },
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18913#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list