Bug 120190

Summary: [RFE] The SchemeRegistry does not allow unregistering schemes
Product: WebKit Reporter: Ben Boeckel <mathstuf>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Enhancement    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 113663    

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.