Skip to content

Commit

Permalink
Build Dove 2025.01.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Jan 14, 2025
1 parent 0b79df0 commit ab7628a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file modified archives/dove.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion build/configs/dove-spec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
lockPref("general.config.filename", "dove.cfg");
lockPref("general.config.vendor", "dove");

lockPref("mail.dove.version", "2025.01.06.1");
lockPref("mail.dove.version", "2025.01.14.1");

// 000 RESET UNDESIRED PREFS FROM PHOENIX

Expand Down
11 changes: 8 additions & 3 deletions dove.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
lockPref("general.config.filename", "phoenix.cfg");
lockPref("general.config.vendor", "phoenix");

lockPref("browser.phoenix.version", "2025.01.13.1");
lockPref("browser.phoenix.version", "2025.01.14.1");

// 000 ABOUT:CONFIG

Expand Down Expand Up @@ -942,7 +942,7 @@ defaultPref("permissions.default.geo", 2);

/// Geo Provider

defaultPref("geo.provider.network.url", "https://beacondb.net/v1/geolocate"); // Enable experimental geolocation support for BeaconDB, better than nothing for Windows/Linux users
defaultPref("geo.provider.network.url", "https://api.beacondb.net/v1/geolocate"); // Enable experimental geolocation support for BeaconDB, better than nothing for Windows/Linux users
defaultPref("geo.provider.use_corelocation", true); // [DEFAULT] - Enable Apple Location Services for macOS
defaultPref("geo.provider.use_geoclue", true); // [DEFAULT] - Enable Geoclue for Linux distros
defaultPref("geo.provider.ms-windows-location", false); // Disable Microsoft Location Services for Windows users
Expand Down Expand Up @@ -1227,6 +1227,10 @@ lockPref("webgl.disable-fail-if-major-performance-caveat", false);
lockPref("browser.display.use_system_colors", false);
/// Prevent using system accent colors
lockPref("widget.non-native-theme.use-theme-accent", false);
/// Enable fdlibm for Math.sin, Math.cos, and Math.tan
// https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#8720
// https://groups.google.com/a/mozilla.org/g/dev-platform/c/0dxAO-JsoXI/m/eEhjM9VsAgAJ
Expand Down Expand Up @@ -2240,7 +2244,7 @@ lockPref("browser.phoenix.extended.applied", true);
lockPref("general.config.filename", "dove.cfg");
lockPref("general.config.vendor", "dove");

lockPref("mail.dove.version", "2025.01.06.1");
lockPref("mail.dove.version", "2025.01.14.1");

// 000 RESET UNDESIRED PREFS FROM PHOENIX

Expand Down Expand Up @@ -2511,6 +2515,7 @@ lockPref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode", true);
lockPref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode.top_navigation", true); // [DEFAULT]
lockPref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true);
lockPref("privacy.bounceTrackingProtection.enabled", true); // [DEFAULT]
lockPref("privacy.bounceTrackingProtection.mode", 1); // Fully enables Bounce Tracking Protection - https://searchfox.org/mozilla-central/source/toolkit/components/antitracking/bouncetrackingprotection/nsIBounceTrackingProtection.idl#11
lockPref("privacy.fingerprintingProtection", true);
lockPref("privacy.fingerprintingProtection.pbmode", true);
lockPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [DEFAULT]
Expand Down

0 comments on commit ab7628a

Please sign in to comment.