Closed
Bug 1909585
Opened 4 months ago
Closed 4 months ago
Chrome URLs should be marked as handled by the network code
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
130 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
This is obscure. I'm trying to use About Sync in Thunderbird (after fixing a bug with it). It runs as a chrome page, and has <a href="#">
links which our click handlers interpret as something to open in an external browser. That's a silly thing to do and we should set the pref network.protocol-handler.expose.chrome
to stop it happening.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Updated•4 months ago
|
Target Milestone: --- → 130 Branch
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/0356f1bb7efd
Set network.protocol-handler.expose.chrome to avoid opening chrome links externally. r=aleca
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•