Skip to content

Commit

Permalink
Add new declarativeNetRequest RuleConditions (#24253)
Browse files Browse the repository at this point in the history
* Add new declarativeNetRequest RuleConditions

* Note that Chrome once recognized but did not apply response header conditions

* Fix sorting of declarativeNetRequest
  • Loading branch information
danielhjacobs authored Oct 2, 2024
1 parent 8f9f51e commit b6eedb8
Showing 1 changed file with 158 additions and 0 deletions.
158 changes: 158 additions & 0 deletions webextensions/api/declarativeNetRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,85 @@
}
}
},
"excludedResponseHeaders": {
"__compat": {
"support": {
"chrome": {
"version_added": "128"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
},
"excludedValues": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"header": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"values": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
}
},
"initiatorDomains": {
"__compat": {
"support": {
Expand Down Expand Up @@ -1185,6 +1264,85 @@
}
}
},
"responseHeaders": {
"__compat": {
"support": {
"chrome": {
"version_added": "128"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
},
"excludedValues": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"header": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"values": {
"__compat": {
"support": {
"chrome": {
"version_added": "128",
"notes": "From Chrome 121 until Chrome 127, this condition was recognized but not applied."
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
}
},
"tabIds": {
"__compat": {
"support": {
Expand Down

0 comments on commit b6eedb8

Please sign in to comment.