duckduckgo / duckduckgo-privacy-extension

DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
https://duckduckgo.com/app
Apache License 2.0
1.25k stars 242 forks source link

Increase the minimum supported browser versions #2506

Closed kzar closed 5 months ago

kzar commented 5 months ago

Our policy is to have the minimum supported Firefox version be the previous ESR release, which is currently version 102[1].

For the Chrome MV3 migration, we'll be making use of the recent increase of the dynamic declarativeNetRequest rule limit[2] that came in with version 121[3].

Note: Increasing the minimum supported browser versions for Chrome MV2 builds isn't important now, since we'll be migrating Chrome users to MV3 shortly.

1 - https://endoflife.date/firefox 2 - https://issues.chromium.org/issues/40282671 3 - https://chromium.googlesource.com/chromium/src/+/cbcff7e25340834b9ef92cdb05e20ab4f3a34564/chrome/VERSION

Reviewer: @sammacbeth