| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index 57d7f223c714ad88fe088e98a9e6bdb11ee3548b..3d1832cbe57c5f190acabaa8694ee42b96357ab1 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -32,10 +32,10 @@
|
| },
|
| {
|
| "domain": "Network",
|
| - "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
|
| + "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
|
| "include_types": ["CookieSameSite", "Cookie"],
|
| "include_events": [],
|
| - "async": ["getCookies", "deleteCookie", "setCookie"]
|
| + "async": ["getCookies", "getAllCookies", "deleteCookie", "setCookie"]
|
| },
|
| {
|
| "domain": "Page",
|
|
|