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 4f29782f28ebe70d692a2bf9189c4c0769e54922..24ee9323e8abe899090c347826a2181fe8139c33 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 URL representing first party for cookies.", |
Jeffrey Yasskin
2012/12/18 03:09:58
How does a URL "represent first party for cookies"
vabr (Chromium)
2013/01/21 10:57:48
When it is the same URL, as the one associated to
|
"optional": true |
}, |
"resourceType": { |