Skip to content

Commit

Permalink
Chrome 17/23 added webextensions.api.webRequest support (#24280)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg and caugner authored Nov 27, 2024
1 parent 6688550 commit 67c8713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions webextensions/api/webRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest",
"support": {
"chrome": {
"version_added": "≤44"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand All @@ -29,7 +29,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/BlockingResponse",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -98,7 +98,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/HttpHeaders",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand All @@ -124,7 +124,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "23"
},
"edge": {
"version_added": "14"
Expand All @@ -148,7 +148,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/RequestFilter",
"support": {
"chrome": {
"version_added": "≤58",
"version_added": "17",
"notes": "If a filter contains unrecognized values in its `types` property, `addListener()` throws an exception."
},
"edge": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤64",
"version_added": "17",
"notes": "In Manifest V3, no longer available for most extensions (the exception being policy-installed extensions). Use the `declarativeNetRequest` API instead."
},
"edge": {
Expand Down

0 comments on commit 67c8713

Please sign in to comment.