Skip to content

Commit

Permalink
DNR properties changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Jun 16, 2024
1 parent 22e206d commit 063cb75
Showing 1 changed file with 80 additions and 1 deletion.
81 changes: 80 additions & 1 deletion webextensions/api/declarativeNetRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
},
"edge": "mirror",
"firefox": {
"version_added": "113"
"version_added": "113",
"notes": "Deprecated in Firefox 128"
},
"firefox_android": "mirror",
"opera": "mirror",
Expand All @@ -159,6 +160,26 @@
}
}
},
"MAX_NUMBER_OF_DYNAMIC_RULES": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/MAX_NUMBER_OF_DYNAMIC_RULES",
"support": {
"chrome": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": "128"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"MAX_NUMBER_OF_ENABLED_STATIC_RULESETS": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/MAX_NUMBER_OF_ENABLED_STATIC_RULESETS",
Expand Down Expand Up @@ -199,6 +220,26 @@
}
}
},
"MAX_NUMBER_OF_SESSION_RULES": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/MAX_NUMBER_OF_SESSION_RULES",
"support": {
"chrome": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": "128"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"MAX_NUMBER_OF_STATIC_RULESETS": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/MAX_NUMBER_OF_STATIC_RULESETS",
Expand All @@ -219,6 +260,44 @@
}
}
},
"MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES": {
"__compat": {
"support": {
"chrome": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"MAX_NUMBER_OF_UNSAFE_SESSION_RULES": {
"__compat": {
"support": {
"chrome": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"Redirect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/Redirect",
Expand Down

0 comments on commit 063cb75

Please sign in to comment.