Bug 120190 - [RFE] The SchemeRegistry does not allow unregistering schemes
Summary: [RFE] The SchemeRegistry does not allow unregistering schemes
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 113663
  Show dependency treegraph
 
Reported: 2013-08-22 18:09 PDT by Ben Boeckel
Modified: 2013-08-22 20:08 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Boeckel 2013-08-22 18:09:47 PDT
Currently, bindings can only allow registering schemes as being local, display isolated, etc., but no way to unregister them. This means that registering "http" as a secure scheme can't be undone without making a completely new web context.