⚠️ IMPORTANT NOTE FOR DESKTOP USERS OF GECKO MEDIA PLUGINS (OpenH264, Widevine)
While we don't support the use of Gecko Media Plugins and the plug-in it provides (OpenH264
, Widevine
), for users who do use this functionality at their own discretion: To continue receiving updates to your installed plug-ins, you must set media.gmp-manager.updateEnabled
to true
in your about:config
.
Prevented PDF.js from attempting to load/convert unknown binary files.
See details: https://codeberg.org/celenity/Phoenix/commit/76509aeb06da6ef33d928975d20758aa8ad13bb1
pdfjs.handleOctetStream
->false
Enforced using the internal font renderer when viewing PDFs with PDF.js.
See details: https://codeberg.org/celenity/Phoenix/commit/0fc24596cb379cd6404e17e72f7bacd392552eeb
pdfjs.disableFontFace
->true
Forced PDFs to be downloaded/viewed locally, and enabled a prompt before opening PDF.js by default.
See details: https://codeberg.org/celenity/Phoenix/commit/d786f2561b812f824eb29c29c44f04747a81e5df
ANDROID:
browser.download.force_save_internally_handled_attachments
->true
browser.download.open_pdf_attachments_inline
->false
pdfjs.disableRange
->true
pdfjs.disableStream
->true
Enabled Private Network Access Restrictions.
See details: https://codeberg.org/celenity/Phoenix/commit/481d2042382a6382cf2e3bb9a600a98e463c76c2 + https://codeberg.org/celenity/Phoenix/commit/0eaee7308dd0ff1154649a3022e198bd6e3d75a3
network.lna.block_trackers
->true
network.lna.blocking
->true
network.lna.enabled
->true
Strengthened Bounce Tracking Protection to protect against all bounce trackers, instead of just those who access cookies/storage.
See details: https://codeberg.org/celenity/Phoenix/commit/643c214d5f36fb6d02692d14fa164804e81f1631
privacy.bounceTrackingProtection.requireStatefulBounces
->false
Enabled blocking of known fingerprinters classified as "anti-fraud".
See details: https://codeberg.org/celenity/Phoenix/commit/561ef26af3bcb88f9d71d499ad79ae3de7c058a1
privacy.trackingprotection.antifraud.annotate_channels
->true
privacy.trackingprotection.antifraud.skip.enabled
->false
privacy.trackingprotection.antifraud.skip.pbmode.enabled
->false
- : Added policy to block tracking cookies.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/e9dbd0a59c513e1bf385365b85dde831dcd19c8f
Cookies
->RejectTracker
->true
Disabled the Web Share API.
See details: https://codeberg.org/celenity/Phoenix/commit/042de50a5c69e9e71b1a3954f0745c814bcfa357
dom.webshare.enabled
->false
dom.webshare.requireinteraction
->true
Disabled the File System Access API.
See details: https://codeberg.org/celenity/Phoenix/commit/583d8bb1e20600e8c7753c9bf9a856063b94995c
dom.fs.enabled
->false
Blocked invalid cookies - Currently on Nightly.
See details: https://codeberg.org/celenity/Phoenix/commit/ee14d1a3c9c9e5f5bdc4abd6c6b7c4f72788f83a
extensions.cookie.rejectWhenInvalid
->true
Disabled requests to '0.0.0.0'.
See details: https://codeberg.org/celenity/Phoenix/commit/5090159fc1f3882cac9fe68ded588def766d631c
network.socket.ip_addr_any.disabled
->true
Fixed a syntax error that prevented cookie banner rules from being applied properly.
See details: https://codeberg.org/celenity/Phoenix/issues/147 + https://codeberg.org/celenity/Phoenix/commit/c600fd56160a36a83bf49f63ff0c014c177fe08a
- : Fixed a syntax error that prevented our FPP overrides from being applied properly.
ANDROID
See details: https://codeberg.org/celenity/Phoenix/pulls/146 - Thanks to @FaFre 💜
Fixed support links.
See details: https://codeberg.org/celenity/Phoenix/commit/4b8ae92aaf4dc4e83576054f9117c276c18092d1
Enabled PDF.js Alt Text functionality, but disabled "Automatic" Alt Text by default.
See details: https://codeberg.org/celenity/Phoenix/commit/8d2f4e0f7640aaa55b11aa2f1b06dd0befc52d73
pdfjs.enableAltText
->true
pdfjs.enableAltTextForEnglish
->true
pdfjs.enableAltTextModelDownload
->false
pdfjs.enableGuessAltText
->true
pdfjs.enableNewAltTextWhenAddingImage
->true
pdfjs.enableUpdatedAddImage
->true
Removed unnecessary Safe Browsing prefs to avoid extra complexity and confusion.
See details: https://codeberg.org/celenity/Phoenix/commit/c1e05f405abf34cec6c008e24749a9a25a377346
browser.safebrowsing.features.blockedURIs.update
browser.safebrowsing.features.consentmanager.annotate.update
browser.safebrowsing.features.cryptomining.annotate.update
browser.safebrowsing.features.cryptomining.update
browser.safebrowsing.features.downloads.update
browser.safebrowsing.features.emailtracking.update
browser.safebrowsing.features.fingerprinting.annotate.update
browser.safebrowsing.features.fingerprinting.update
browser.safebrowsing.features.malware.update
browser.safebrowsing.features.phishing.update
browser.safebrowsing.features.socialtracking.annotate.update
browser.safebrowsing.features.socialtracking.update
browser.safebrowsing.features.trackingAnnotation.update
browser.safebrowsing.features.trackingProtection.update
browser.safebrowsing.provider.mozilla.updateURL
Switched to using the 'browser.safebrowsing.provider.google.lists' pref to disable the legacy (v2.2) Safe Browsing API, instead of 'browser.safebrowsing.provider.google.gethashURL' & 'browser.safebrowsing.provider.google.updateURL'.
See details: https://codeberg.org/celenity/Phoenix/commit/a2b850709cd4da44da3d464d095e6376e35bfb7d + https://codeberg.org/celenity/Phoenix/commit/990c968e1e68b6d7e92c0c0c9127e63a03973fe2
browser.safebrowsing.provider.google.gethashURL
->https://safebrowsing.google.com/safebrowsing/gethash?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2
browser.safebrowsing.provider.google.updateURL
->https://safebrowsing.google.com/safebrowsing/downloads?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2&key=%GOOGLE_SAFEBROWSING_API_KEY%
browser.safebrowsing.provider.google.lists
->disabled
browser.safebrowsing.provider.google.lists.default
->goog-badbinurl-shavar,goog-downloadwhite-digest256,goog-phish-shavar,googpub-phish-shavar,goog-malware-shavar,goog-unwanted-shavar
Created a separate Safe Browsing provider for the IronFox proxy endpoint, and made it easier for users to switch between using the proxied vs. unproxied standard Google endpoint.
See details: https://codeberg.org/celenity/Phoenix/commit/990c968e1e68b6d7e92c0c0c9127e63a03973fe2
browser.safebrowsing.provider.google4.advisoryName
->Google Safe Browsing (Unproxied)
browser.safebrowsing.provider.google4.gethashURL
->https://safebrowsing.googleapis.com/v4/fullHashes:find?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST
browser.safebrowsing.provider.google4.lists
->disabled
browser.safebrowsing.provider.google4.lists.default
->goog-badbinurl-proto,goog-downloadwhite-proto,goog-phish-proto,googpub-phish-proto,goog-malware-proto,goog-unwanted-proto,goog-harmful-proto
browser.safebrowsing.provider.google4.updateURL
->https://safebrowsing.googleapis.com/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST
browser.safebrowsing.provider.ironfox.advisoryName
->Google Safe Browsing (Proxied by IronFox)
browser.safebrowsing.provider.ironfox.advisoryURL
->https://developers.google.com/safe-browsing/v4/advisory
browser.safebrowsing.provider.ironfox.dataSharing.enabled
->false
browser.safebrowsing.provider.ironfox.dataSharingURL
->
browser.safebrowsing.provider.ironfox.gethashURL
->https://safebrowsing.ironfoxoss.org/v4/fullHashes:find?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST
browser.safebrowsing.provider.ironfox.lists
->goog-badbinurl-proto,goog-downloadwhite-proto,goog-phish-proto,googpub-phish-proto,goog-malware-proto,goog-unwanted-proto,goog-harmful-proto
browser.safebrowsing.provider.ironfox.nextupdatetime
->1
browser.safebrowsing.provider.ironfox.pver
->4
browser.safebrowsing.provider.ironfox.reportMalwareMistakeURL
->https://safebrowsing.google.com/safebrowsing/report_error/?tpl=mozilla&url=
browser.safebrowsing.provider.ironfox.reportPhishMistakeURL
->https://safebrowsing.google.com/safebrowsing/report_error/?tpl=mozilla&url=
browser.safebrowsing.provider.ironfox.reportURL
->https://transparencyreport.google.com/safe-browsing/search?url=
browser.safebrowsing.provider.ironfox.updateURL
->https://safebrowsing.ironfoxoss.org/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST
Switched to using the 'media.gmp-manager.updateEnabled' pref to disable GMP (Gecko Media Plugins), instead of 'media.gmp-provider.enabled'.
See details: https://codeberg.org/celenity/Phoenix/commit/59c345e27c46e2bacaf1547bcfdb7c893637b271 + https://codeberg.org/celenity/Phoenix/commit/915de4e16ef0cc54ebd396b5d0bafcbdd9f80bba
media.gmp-manager.updateEnabled
->false
media.gmp-provider.enabled
->true
Adjusted the DRM/EME prefs.
See details: https://codeberg.org/celenity/Phoenix/commit/eb47b359e8f8d435175f57abd40084e4fb4838f4 + https://codeberg.org/celenity/Phoenix/issues/108#issuecomment-5522324
media.eme.require-app-approval
->true
Removed:
media.clearkey.persistent-license.enabled
media.clearkey.test-key-systems.enabled
media.eme.wmf.clearkey.enabled
media.gmp-widevinecdm.visible
media.gmp-widevinecdm-l1.visible
Disabled 'nsNotifyAddrListener'.
See details: https://codeberg.org/celenity/Phoenix/commit/8c284fdd0202dafd4f77d7eed3a4a864ce1feeb1 + https://codeberg.org/celenity/Phoenix/commit/db3fd67a588ccd676ba5f0dac36c79eec47835b6
network.notify.changed
->false
network.notify.dnsSuffixList
->false
network.notify.initial_call
->false
network.notify.IPv6
->false
network.notify.resolvers
->false
- : Added keyword shortcuts for our included search engines.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/02e5d2442221043e28ab597beed1f0a02c006f6f
- : Enabled OHTTP for Merino (Firefox suggestions from Mozilla) and Mozilla's Ad Routing Service (MARS) if enabled.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/5eadfd7fe3e8b0e8c0e4083089fa08ce4b38681f
browser.newtabpage.activity-stream.discoverystream.merino-provider.ohttp.enabled
->true
browser.newtabpage.activity-stream.unifiedAds.ohttp.enabled
->true
- : Fixed the Weather on Firefox Home ('about:home') if enabled.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/46082efc5e9cd25c57a81baebb253c154e735c1b
- : Disabled AMP search suggestions.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/24748ed4e35de05c48046a7b4d6f9e79fa2dec42
browser.urlbar.amp.featureGate
->false
browser.urlbar.suggest.amp
->false
- : Disabled Wikipedia search suggestions by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/a9486f0ce6fe7c2a967e2c11ebbfb20d48e61feb
browser.urlbar.suggest.wikipedia
->false
- : Disabled "New Tab Messaging" on Firefox Home ('about:home').
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/a8df9683b36cf24df3a3034c9b55bd85a310508e
browser.newtabpage.activity-stream.feeds.newtabmessaging
->false
Disabled fetching Firefox Relay's "allowlist" (list of sites known to support Relay) and fetching Password Manager rules remotely by default.
See details: https://codeberg.org/celenity/Phoenix/commit/0f1e81205123b3236e3551def2e5361fe761b089
signon.firefoxRelay.allowListRemoteSettingsCollection
->
signon.recipes.remoteRecipes.enabled
->false
- : Disabled Firefox Messaging System targeting information background updates.
DESKTOP
app.update.background.messaging.targeting.snapshot.intervalSec
->-1
- : Added flags to indicate the jurisdiction of our built-in DoH resolvers.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/3c7013a53aa6129cb625a03b92034194a80257cb
doh-rollout.provider-list
->[{"uri":"https://dns.quad9.net/dns-query","UIName":"Quad9 - Real-time Malware Protection - 🇨🇭","autoDefault":true},{"uri":"https://zero.dns0.eu","UIName":"DNS0 (ZERO) - Hardened Real-time Malware Protection - 🇫🇷","autoDefault":false},{"uri":"https://dns0.eu","UIName":"DNS0 - Real-time Malware Protection - 🇫🇷","autoDefault":false},{"uri":"https://base.dns.mullvad.net/dns-query","UIName":"Mullvad (Base) - Ad/Tracking/Limited Malware Protection - 🇸🇪","autoDefault":false},{"uri":"https://dns.adguard-dns.com/dns-query","UIName":"AdGuard (Public) - Ad/Tracking Protection - 🇨🇾","autoDefault":false},{"uri":"https://dns.mullvad.net/dns-query","UIName":"Mullvad - Unfiltered - 🇸🇪","autoDefault":false},{"uri":"https://wikimedia-dns.org/dns-query","UIName":"Wikimedia - Unfiltered - 🇺🇸","autoDefault":false},{"uri":"https://firefox.dns.nextdns.io/","UIName":"NextDNS (Public) - Unfiltered - 🇺🇸","autoDefault":false},{"uri":"https://unfiltered.adguard-dns.com/dns-query","UIName":"AdGuard (Public) - Unfiltered - 🇨🇾","autoDefault":false},{"uri":"https://kids.dns0.eu","UIName":"DNS0 - Kids - 🇫🇷","autoDefault":false},{"uri":"https://family.dns.mullvad.net/dns-query","UIName":"Mullvad (Family) - 🇸🇪","autoDefault":false},{"uri":"https://family.adguard-dns.com/dns-query","UIName":"AdGuard (Public) - Family Protection - 🇨🇾","autoDefault":false},{"uri":"https://extended.dns.mullvad.net/dns-query","UIName":"Mullvad (Extended) - Ad/Tracking/Limited Malware/Social Media Protection - 🇸🇪","autoDefault":false},{"uri":"https://all.dns.mullvad.net/dns-query","UIName":"Mullvad (All) - Ad/Tracking/Limited Malware/Social Media/Adult/Gambling Protection - 🇸🇪","autoDefault":false},{"uri":"https://security.cloudflare-dns.com/dns-query","UIName":"Cloudflare - Malware Protection - 🇺🇸","autoDefault":false},{"uri":"https://mozilla.cloudflare-dns.com/dns-query","UIName":"Cloudflare - Unfiltered (Stricter privacy policy) - 🇺🇸","autoDefault":false},{"uri":"https://family.cloudflare-dns.com/dns-query","UIName":"Cloudflare - Adult Content/Malware Protection - 🇺🇸","autoDefault":false}]
- : Hid various UI elements.
SPECIALIZED CONFIGS
See details: https://codeberg.org/celenity/Phoenix/commit/540b07e30b3d51fb310c19be5d85fac5bc759b4d + https://codeberg.org/celenity/Phoenix/commit/e70d2fe3bbb793c8b8e888fac8a3652ac0faebfd + https://codeberg.org/celenity/Phoenix/commit/5937a6482e1678762c39f3043dc8635379b2807d
browser.newtabpage.activity-stream.system.showWeather
->false
browser.search.widget.inNavBar
->false
browser.tabs.groups.smart.enabled
->false
browser.urlbar.addons.featureGate
->false
browser.urlbar.contextualSearch.enabled
->false
browser.urlbar.mdn.featureGate
->false
browser.urlbar.quickactions.showPrefs
->false
browser.urlbar.recentsearches.featureGate
->false
browser.urlbar.scotchBonnet.disableOneOffs
->true
browser.urlbar.scotchBonnet.enableOverride
->false
browser.urlbar.searchModeSwitcher.featureGate
->false
browser.urlbar.searchRestrictKeywords.featureGate
->false
browser.urlbar.secondaryActions.featureGate
->false
browser.urlbar.trending.featureGate
->false
browser.urlbar.update2.engineAliasRefresh
->false
browser.urlbar.weather.featureGate
->false
browser.urlbar.wikipedia.featureGate
->false
extensions.formautofill.addresses.supported
->off
extensions.formautofill.creditCards.supported
->off
signon.firefoxRelay.feature
->not available
signon.generation.available
->false
security.webauthn.show_ms_settings_link
->false
Enabled local machine learning by default.
See details: https://codeberg.org/celenity/Phoenix/commit/c450925d4ea20124377bfa011676f1898ce398d7
browser.ml.enable
->true
extensions.ml.enabled
->true
- : Disabled the use of AI to "suggest tabs and a name for tab groups" by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/dfbbf28281699af166dfb6dbf561dd01f53417b6
browser.tabs.groups.smart.optin
->false
browser.tabs.groups.smart.userEnabled
->false
Disabled PDF.js automatic hyperlinks by default.
See details: https://codeberg.org/celenity/Phoenix/commit/0da6006a527676b48de869c547e42070317399f8
pdfjs.enableAutoLinking
->false
Set PDF.js to update URLs when changing pages by default.
See details: https://codeberg.org/celenity/Phoenix/commit/562f82a46aff03c207c9415f3cf8953ff63ae18e
pdfjs.historyUpdateUrl
->true
- : Thanks to our recent changes, switched to using 'browser.helperApps.showOpenOptionForPdfJS' to disable PDF.js, instead of 'pdfjs.disabled', to avoid fingerprinting.
SPECIALIZED CONFIGS
See details: https://codeberg.org/celenity/Phoenix/commit/813d5b917f07a86352101343074af01ca8d7e25e
browser.helperApps.showOpenOptionForPdfJS
->false
- : Enabled support for color wallpapers without fetching them remotely by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/1ea256af4ace66389afa790acb4c344b3e928e3e
browser.newtabpage.activity-stream.feeds.wallpaperfeed
->false
browser.newtabpage.activity-stream.newtabWallpapers.enabled
->true
browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled
->true
Added notes to help prevent users from making themselves unnecessarily fingerprintable.
See details: https://codeberg.org/celenity/Phoenix/commit/c1604022e85532d9b46d22f6c5667c1ef2cbfb58
- : Disabled search tips.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/efee01bd7a8756460e96f5ba1ab6bef8c94a14b6
browser.urlbar.searchTips.test.ignoreShowLimits
->false
browser.urlbar.tipShownCount.searchTip_onboard
->999
browser.urlbar.tipShownCount.searchTip_redirect
->999
- : Disabled "exposure" telemetry.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/efee01bd7a8756460e96f5ba1ab6bef8c94a14b6
browser.urlbar.exposureResults
->
browser.urlbar.keywordExposureResults
->
browser.urlbar.showExposureResults
->false
- : Prevented fetching minimum keyword lengths from Nimbus.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/efee01bd7a8756460e96f5ba1ab6bef8c94a14b6
browser.urlbar.addons.minKeywordLength
->4
browser.urlbar.fakespot.minKeywordLength
->4
browser.urlbar.weather.minKeywordLength
->4
browser.urlbar.yelp.minKeywordLength
->4
Fixed the value of the 'datareporting.policy.dataSubmissionPolicyNotifiedTime' pref.
See details: https://codeberg.org/celenity/Phoenix/commit/ec071ec937b9eeac9d4ecc46b56bbeecd486e5c6
datareporting.policy.dataSubmissionPolicyNotifiedTime
->32503679999000
- : Fixed the 'SkipTermsOfUse' policy.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/9df91dbd513bc144f6f7fa00926ab48b8a8adc7b
SkipTermsOfUse
->true
Disable reading to and writing from the 'NimbusEnrollments' table database.
See details: https://codeberg.org/celenity/Phoenix/commit/7f1c95015aff750cfd3a0a226cc7eff45a3bb86a
nimbus.profilesdatastoreservice.enabled
->false
nimbus.profilesdatastoreservice.read.enabled
->false
- : Enabled the ability to inspect/debug local tabs from 'about:debugging' by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/0da825a5ec17c722152f16699254156c143c2830
devtools.aboutdebugging.local-tab-debugging
->true
- (non-macOS): Added policy to enable the menu bar by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/67c7e648802f823195fc1579ed31aa323ba7c537
DisplayMenuBar
->default-on
- : Added a separate section for LibreWolf prefs, configured their allowed 'Remote Settings' collections to match what we use for IronFox, and enabled update checks when navigating to 'About LibreWolf' by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/b9fb7582d1b770cd4c4442690dab6059a6d9a39c
librewolf.aboutMenu.checkVersion
->true
librewolf.services.settings.allowedCollections
->blocklists/addons,blocklists/addons-bloomfilters,blocklists/gfx,main/addons-manager-settings,main/anti-tracking-url-decoration,main/bounce-tracking-protection-exceptions,main/fingerprinting-protection-overrides,main/partitioning-exempt-urls,main/password-recipes,main/query-stripping,main/remote-permissions,main/tracking-protection-lists,main/third-party-cookie-blocking-exempt-urls,main/translations-models,main/translations-wasm,main/url-classifier-exceptions,main/url-classifier-skip-urls,main/url-parser-default-unknown-schemes-interventions,security-state/cert-revocations,security-state/ct-logs,security-state/intermediates,security-state/onecrl
librewolf.services.settings.allowedCollectionsFromDump
->blocklists/addons,blocklists/addons-bloomfilters,blocklists/gfx,main/anti-tracking-url-decoration,main/cookie-banner-rules-list,main/moz-essential-domain-fallbacks,main/password-recipes,main/remote-permissions,main/translations-models,main/translations-wasm,main/url-classifier-skip-urls,main/url-parser-default-unknown-schemes-interventions,security-state/intermediates,security-state/onecrl
- : Disabled filtering adult content on Firefox Home ('about:home') by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/11ce445347a59db76113123b48445a9b40399e2b
browser.newtabpage.activity-stream.filterAdult
->false
If Link Preview is enabled, disabled censorship of results by default.
See details: https://codeberg.org/celenity/Phoenix/commit/4f95ccb30d74b9ab9d51ef50c8af2b13a5c6477e
browser.ml.linkPreview.blockListEnabled
->false
- : Enabled the ability to inspect/debug local tabs from 'about:debugging' by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/0da825a5ec17c722152f16699254156c143c2830
devtools.aboutdebugging.local-tab-debugging
->true
- (non-macOS): Added policy to enable the menu bar by default.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/67c7e648802f823195fc1579ed31aa323ba7c537
DisplayMenuBar
->default-on
- : Disabled "Send to Device" email promotions.
DESKTOP
See details: https://codeberg.org/celenity/Phoenix/commit/4123c932beb31098cb39842266bfdbe61c77f235
browser.send_to_device_locales
->
- Various other tweaks and additions.
___
Codeberg: See here for more details.
GitLab: See here for more details.
GitHub: See here for more details.
:)