-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the following reasons: - Support for CSS `gap`, so as to remove the need to fall back onto classic popup panel, and thus making it possible to fully remove long-ago deprecated classic panel (announced in 1.27.0)[1]: https://developer.mozilla.org/en-US/docs/Web/CSS/gap - Support for dynamic import: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import Firefox's minimum version is raised to 68 because it's the oldest ESR version supporting the features above. From now on, minimum version of Firefox will always be an ESR one. --- [1] https://github.com/gorhill/uBlock/releases/tag/1.27.0
- Loading branch information
Showing
4 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "60.0" | ||
"strict_min_version": "68.0" | ||
} | ||
}, | ||
"commands": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters