 Chromium Code Reviews
 Chromium Code Reviews Issue 2702503002:
  Block renderer-initiated main frame navigations to data URLs  (Closed)
    
  
    Issue 2702503002:
  Block renderer-initiated main frame navigations to data URLs  (Closed) 
  | Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 | 
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 | 
| index 66ee8e6efa69d373726f54d0fc97c66fd1c6b6fb..c833c4b016b88a59c480a43a52197b96f070ff8f 100644 | 
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 | 
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 | 
| @@ -71,6 +71,10 @@ | 
| status: "experimental", | 
| }, | 
| { | 
| + name: "AllowContentInitiatedDataUrlNavigations", | 
| + status: "stable", | 
| + }, | 
| + { | 
| name: "AudioOutputDevices", | 
| status: "stable", | 
| }, |