[tor-bugs] #22975 [Applications/TorBirdy]: Make it harder for users to open links
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Apr 1 14:54:58 UTC 2018
#22975: Make it harder for users to open links
-----------------------------------+---------------------------
Reporter: cypherpunks | Owner: sukhbir
Type: enhancement | Status: closed
Priority: Medium | Milestone:
Component: Applications/TorBirdy | Version:
Severity: Minor | Resolution: not a bug
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------------+---------------------------
Changes (by sukhbir):
* status: new => closed
* resolution: => not a bug
Comment:
`network.protocol-handler.external-default` is already to set to `true`;
from `components/torbirdy.js`:
{{{
// Warn when an application is to be launched.
"network.protocol-handler.warn-external.http": true,
"network.protocol-handler.warn-external.https": true,
"network.protocol-handler.warn-external.ftp": true,
"network.protocol-handler.warn-external.file": true,
"network.protocol-handler.warn-external-default": true,
}}}
As far as `network.IDN_show_punycode`, the default is `false`, so we are
good. Let me know if this doesn't cover everything.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22975#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list