| Index: third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| index f20f36aa2bfa718bd666bba9c329739c20dd6807..e68cdd97f347f844c7e4691dc09f129586403dfe 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| @@ -10,7 +10,6 @@
|
| "type": "setting",
|
| "settingName": "networkBlockedURLs",
|
| "settingType": "array",
|
| - "storageType": "session",
|
| "defaultValue": []
|
| },
|
| {
|
| @@ -96,6 +95,25 @@
|
| "settingName": "customFormatters",
|
| "settingType": "boolean",
|
| "defaultValue": false
|
| + },
|
| + {
|
| + "type": "setting",
|
| + "category": "Network",
|
| + "title": "Enable request blocking",
|
| + "settingName": "requestBlockingEnabled",
|
| + "settingType": "boolean",
|
| + "storageType": "session",
|
| + "defaultValue": false,
|
| + "options": [
|
| + {
|
| + "value": true,
|
| + "title": "Enables request blocking"
|
| + },
|
| + {
|
| + "value": false,
|
| + "title": "Disable request blocking"
|
| + }
|
| + ]
|
| }
|
| ],
|
| "scripts": [
|
|
|