Index: Source/devtools/front_end/main/Main.js |
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js |
index ed1907289f2c6d0bc36942b7a4a1bc8c27b89b6d..b78d6e78a0ea8e74dc0dadbc7ab404a5dca6e2ff 100644 |
--- a/Source/devtools/front_end/main/Main.js |
+++ b/Source/devtools/front_end/main/Main.js |
@@ -125,6 +125,7 @@ WebInspector.Main.prototype = { |
Runtime.experiments.register("animationInspection", "Animation Inspection"); |
Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes"); |
Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true); |
+ Runtime.experiments.register("blockedURLs", "Blocked resource URLs", true); |
Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true); |
Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true); |
Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping"); |