Bug 60322 - Implement whitelist for registerProtocolHandler
Summary: Implement whitelist for registerProtocolHandler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Kozianski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 17:12 PDT by James Kozianski
Modified: 2011-06-09 11:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.46 KB, patch)
2011-05-05 17:13 PDT, James Kozianski
eric: review+
abarth: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Kozianski 2011-05-05 17:12:20 PDT
Implement whitelist for registerProtocolHandler
Comment 1 James Kozianski 2011-05-05 17:13:56 PDT
Created attachment 92507 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-11 19:55:36 PDT
Comment on attachment 92507 [details]
Patch

Seems reasonable.
Comment 3 Adam Barth 2011-05-11 20:11:00 PDT
Comment on attachment 92507 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=92507&action=review

> Source/WebCore/page/Navigator.cpp:236
> +    if (scheme.startsWith("web+")) {

Is there a spec for this scheme prefix?  This feels like the kind of thing that would make IETFers go bananas.
Comment 4 Adam Barth 2011-05-11 20:13:08 PDT
I see.  It was hixie's idea.
Comment 5 James Kozianski 2011-05-26 18:17:45 PDT
Committed r87459: <http://trac.webkit.org/changeset/87459>
Comment 6 rektide 2011-06-09 11:48:18 PDT
Why was this patch done?  Is it part of any spec?  It mutes the ability of registerProtocolHandler to extend the web, and strikes me as a drastic overreaction to the need for a protective black-list.

Mega :(