Closed
Bug 630432
Opened 14 years ago
Closed 10 months ago
Read GetURL's whitelist of supported protocols from the plist
Categories
(Camino Graveyard :: OS Integration, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alqahira, Unassigned)
References
Details
To fix bug 629850, I added a whitelist of supported protocols to GetURLCommand. In his review, Chris Peterson suggested reading those protocols from the plist (where we already announce to the world what protocols we claim to handle). Stuart agreed, particularly so we don't get out-of-sync between the two as we add and remove protocol support going forward, though he noted it could be a low-priority follow-up.
Reporter | ||
Comment 1•14 years ago
|
||
There's an unfortunate wrinkle to this, which is described in bug 629850 comment 19. :(
Comment 2•14 years ago
|
||
We could do plist-plus-additional-entries, so we'd read everything from the plist, then append about: in code.
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> We could do plist-plus-additional-entries, so we'd read everything from the
> plist, then append about: in code.
We eventually allowed about:, data:, and view-source: as allowed protocols in bug 629850 (data: for parity with Safari, about: and view-source: mainly for toolbar scripts).
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•