-
Temporarily disabled unconditionally blocking Local Network Access requests, due to breakage of LAN resources (though we still block access for trackers, and block access for websites in general with uBlock Origin).
See details: https://codeberg.org/celenity/Phoenix/issues/162 + https://codeberg.org/celenity/Phoenix/issues/164 + https://codeberg.org/celenity/Phoenix/commit/07fe3b2a73439acc47624a90f526aebd0b670417
network.lna.blocking
->false
-
Fixed use of the OS geolocation provider on Android, GNU/Linux, and macOS.
See details: https://codeberg.org/celenity/Phoenix/commit/427347e88323e96997e2e84c9e9cce9afd7b6e77
geo.provider.use_mls
->false
-
ANDROID: Fixed Firefox Translations.
See details: https://codeberg.org/celenity/Phoenix/commit/0590ae3dff47342af52da8a72300975b2682e069
extensions.webextensions.base-content-security-policy
->script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline'; upgrade-insecure-requests;
-
ANDROID: No longer set pdfjs.historyUpdateUrl to true by default, as it's currently broken/doesn't work properly.
See details: https://codeberg.org/celenity/Phoenix/commit/d8c7f561dfd228217d227ff3ef4d95b4baa577fa
pdfjs.historyUpdateUrl
->false
-
Prevented exposing XPCOM Components.interfaces to websites.
See details: https://codeberg.org/celenity/Phoenix/commit/b94aedaee24be82c49e75dc251f3d55ce2e3debe
dom.use_components_shim
->false
-
ANDROID: Enabled the Potentially Harmful Application list (when Safe Browsing is enabled).
See details: https://codeberg.org/celenity/Phoenix/commit/6083b56252a2672fb410f1a6d0420341936f6df2
urlclassifier.malwareTable
->goog-malware-proto,goog-unwanted-proto,moztest-harmful-simple,moztest-malware-simple,moztest-unwanted-simple,goog-harmful-proto
-
Re-enabled the warning when entering fullscreen mode by default (though we still disable the obnoxious delay...).
See details: https://codeberg.org/celenity/Phoenix/commit/fd0556187aaf90e2347c9230d8401b6e4a53b59e
full-screen-api.warning.delay
->500
full-screen-api.warning.timeout
->3000
-
ANDROID: Blocked media autoplay by default.
See details: https://codeberg.org/celenity/Phoenix/commit/ec799519af8e4f387fd4e2f4b562547f821f6f77
media.geckoview.autoplay.request.testing
->2
-
Added new preferences to disable/skip Mozilla's Terms of Use.
See details: https://codeberg.org/celenity/Phoenix/commit/2110f9f7d1e2bbd1e46510aad3a1b190b229a1ef
termsofuse.acceptedDate
->32503679999000
termsofuse.acceptedVersion
->999
termsofuse.bypassNotification
->true
-
DESKTOP: Added DNS4EU to the list of built-in DNS over HTTPS resolvers.
See details: https://codeberg.org/celenity/Phoenix/commit/e9fb2f053e10fd45753e986c516ebcd7cd3cf72b
-
DESKTOP: Added Startpage (EU) to the list of default search engines.
See details: https://codeberg.org/celenity/Phoenix/commit/9d91666328959e814672f1507affad2c70eed582
-
DESKTOP: Allowed Remote Settings collections are no longer configured for LibreWolf users.
See details: https://codeberg.org/celenity/Phoenix/commit/a202fa0b0db8b119237292f5e49d9080fa62d50b
librewolf.services.settings.allowedCollections
->
-
YOUTUBE SPECIALIZED CONFIG: Disabled dynamic rounding of content dimensions/letterboxing by default.
See details: https://codeberg.org/celenity/Phoenix/commit/366ab84f4d408fbd04cca44d7c40b963cbf22467
privacy.resistFingerprinting.letterboxing
->false
- Other minor tweaks, fixes, and adjustments.
Codeberg: See here for more details.
GitLab: See here for more details.
GitHub: See here for more details.
:)