Index: chrome/common/extensions/api/declarative_web_request.json |
diff --git a/chrome/common/extensions/api/declarative_web_request.json b/chrome/common/extensions/api/declarative_web_request.json |
index 2d781a95ff3baa3b9cb4cf046fea24d83c93cbfd..4c9e1410b2852d47cae8de768591db1594491d41 100644 |
--- a/chrome/common/extensions/api/declarative_web_request.json |
+++ b/chrome/common/extensions/api/declarative_web_request.json |
@@ -67,7 +67,12 @@ |
"properties": { |
"url": { |
"$ref": "events.UrlFilter", |
- "description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.", |
+ "description": "Matches if the conditions of the UrlFilter are fulfilled for the URL of the request.", |
+ "optional": true |
+ }, |
+ "firstPartyForCookiesUrl": { |
+ "$ref": "events.UrlFilter", |
+ "description": "Matches if the conditions of the UrlFilter are fulfilled for the 'first party' URL of the request. The 'first party' URL of a request, when present, can be different from the request's target URL, and describes what is considered 'first party' for the sake of third-party checks for cookies.", |
"optional": true |
}, |
"resourceType": { |