| 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 ff78b640f0b96543f6f6be044bb6449100e57b6d..2d339b432fcddab70f8f59d14c959c1fa4ca30b4 100644
|
| --- a/chrome/common/extensions/api/declarative_web_request.json
|
| +++ b/chrome/common/extensions/api/declarative_web_request.json
|
| @@ -100,6 +100,11 @@
|
| "description": "Matches if none of the response headers is matched by one of the HeaderFilters.",
|
| "items": { "$ref": "HeaderFilter" }
|
| },
|
| + "thirdParty": {
|
| + "type": "boolean",
|
| + "optional": true,
|
| + "description": "If set to true, matches requests with third-party origins. If set to false, matches requests with first-party origins."
|
| + },
|
| "instanceType": {
|
| "type": "string", "enum": ["declarativeWebRequest.RequestMatcher"],
|
| "nodoc": true
|
|
|