Index: extensions/common/api/declarative_web_request.json |
diff --git a/extensions/common/api/declarative_web_request.json b/extensions/common/api/declarative_web_request.json |
index e9ea8a248668b3027f1396d911331ddd7741f998..bfb7082e8f39a9e9a88f5fb1904e7ed6ecaab767 100644 |
--- a/extensions/common/api/declarative_web_request.json |
+++ b/extensions/common/api/declarative_web_request.json |
@@ -79,7 +79,7 @@ |
"type": "array", |
"optional": true, |
"description": "Matches if the request type of a request is contained in the list. Requests that cannot match any of the types will be filtered out.", |
- "items": { "type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"] } |
+ "items": { "type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "other"] } |
}, |
"contentType": { |
"type": "array", |