| Index: extensions/common/api/web_request.json
|
| diff --git a/extensions/common/api/web_request.json b/extensions/common/api/web_request.json
|
| index b676a02f8361fa6481274875b9ffac331ee79421..1fe511ae69844e8e0b1ada7211e72dd3763a2476 100644
|
| --- a/extensions/common/api/web_request.json
|
| +++ b/extensions/common/api/web_request.json
|
| @@ -16,7 +16,7 @@
|
| {
|
| "id": "ResourceType",
|
| "type": "string",
|
| - "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "media", "websocket", "other"]
|
| + "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "other"]
|
| },
|
| {
|
| "id": "OnBeforeRequestOptions",
|
|
|