Closed
Bug 1896628
Opened 1 year ago
Closed 1 year ago
[DNR] Enforce a limit to the maximum number of static rules disabled individually
Categories
(WebExtensions :: Request Handling, task, P2)
WebExtensions
Request Handling
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: rpl, Assigned: rpl)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [addons-jira][wecg])
Attachments
(1 file)
As a followup to Bug 1810762 we should be enforcing a limit to the maximum number of static rules disabled individually using the new declarativeNetRequest.updateSessionRules API method introduced by Bug 1810762 (as being discussed over phabricator comments here: https://phabricator.services.mozilla.com/D209358#7218578).
Chrome is currently enforcing a 5k limit, but it is currently undocumented and it is not exposed yet as a property of the declarativeNetRequest namespace (like other DNR limits actually are).
We are currently in the process of agreeing with other browser vendors what behavior we want to settle on in the WECG github issue that follows:
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D211592
Updated•1 year ago
|
Assignee: nobody → lgreco
Status: NEW → ASSIGNED
Pushed by luca.greco@alcacoop.it:
https://hg.mozilla.org/integration/autoland/rev/dfbda24d068d
[DNR] Enforce a limit to the maximum number of static rules disabled individually. r=robwu
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
| Assignee | ||
Updated•1 year ago
|
Keywords: dev-doc-needed
Change are ready for review:
- MDN Docs for MAX_NUMBER_OF_DISABLED_STATIC_RULES #34447
- BCD Adds MAX_NUMBER_OF_DISABLED_STATIC_RULES #23533
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•