mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 17:21:56 +00:00
Update Firefox version to 131.0.2 in README.md and surfer.json
This commit is contained in:
@@ -24,7 +24,7 @@ Experience tranquillity while browsing the web without people tracking you!
|
||||
|
||||
# Compatibility
|
||||
|
||||
Zen is currently built using firefox version `131.0`!
|
||||
Zen is currently built using firefox version `131.0.2`!
|
||||
|
||||
- Check out the latest [release notes](https://zen-browser.app/release-notes)!
|
||||
|
||||
|
2
l10n
2
l10n
Submodule l10n updated: 394f128057...c93745da69
@@ -63,7 +63,6 @@ pref("dom.security.sanitizer.enabled", true);
|
||||
* SECTION: SECUREFOX *
|
||||
****************************************************************************/
|
||||
/** TRACKING PROTECTION ***/
|
||||
pref("browser.contentblocking.category", "strict");
|
||||
pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com");
|
||||
pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com");
|
||||
pref("network.cookie.sameSite.noneRequiresSecure", true);
|
||||
|
Submodule src/browser/base/content/zen-components updated: f2921d75b4...d2296c0523
@@ -5,7 +5,7 @@
|
||||
"binaryName": "zen",
|
||||
"version": {
|
||||
"product": "firefox",
|
||||
"version": "131.0"
|
||||
"version": "131.0.2"
|
||||
},
|
||||
"buildOptions": {
|
||||
"generateBranding": true
|
||||
@@ -54,7 +54,9 @@
|
||||
}
|
||||
},
|
||||
"license": {
|
||||
"ignoredFiles": [".*\\.json"],
|
||||
"ignoredFiles": [
|
||||
".*\\.json"
|
||||
],
|
||||
"licenseType": "MPL-2.0"
|
||||
},
|
||||
"updateHostname": "updates.zen-browser.app"
|
||||
|
Reference in New Issue
Block a user