Update Firefox version to 131.0.2 in README.md and surfer.json

This commit is contained in:
mauro-balades
2024-10-10 19:29:13 +02:00
parent 4380370ae4
commit b4901cb113
5 changed files with 8 additions and 7 deletions

View File

@@ -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

Submodule l10n updated: 394f128057...c93745da69

View File

@@ -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);

View File

@@ -5,7 +5,7 @@
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "131.0"
"version": "131.0.2"
},
"buildOptions": {
"generateBranding": true
@@ -54,8 +54,10 @@
}
},
"license": {
"ignoredFiles": [".*\\.json"],
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.zen-browser.app"
}
}