Skip to content

Commit

Permalink
Build Phoenix 2025.01.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Jan 19, 2025
1 parent c883ae2 commit dac32ca
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 40 deletions.
Binary file modified archives/phoenix.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions build/policies/policies-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Folder": "🥚"
}
],
"CaptivePortal": false,
"Certificates": {
"ImportEnterpriseRoots": false
},
Expand Down Expand Up @@ -78,7 +77,6 @@
"DisableFirefoxStudies": true,
"DisablePrivateBrowsing": false,
"DisableProfileRefresh": true,
"DisableSystemAddonUpdate": false,
"DisableTelemetry": true,
"DisplayBookmarksToolbar": "always",
"DNSOverHTTPS": {
Expand Down
2 changes: 0 additions & 2 deletions personal-policies/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Folder": "🥚"
}
],
"CaptivePortal": false,
"Certificates": {
"ImportEnterpriseRoots": false
},
Expand Down Expand Up @@ -78,7 +77,6 @@
"DisableFirefoxStudies": true,
"DisablePrivateBrowsing": false,
"DisableProfileRefresh": true,
"DisableSystemAddonUpdate": false,
"DisableTelemetry": true,
"DisplayBookmarksToolbar": "always",
"DNSOverHTTPS": {
Expand Down
35 changes: 1 addition & 34 deletions phoenix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ defaultPref("toolkit.shopping.ohttpConfigURL", "");
defaultPref("toolkit.shopping.ohttpRelayURL", "");

/// Pocket
// We also set "DisablePocket", "Pocket", & "SponsoredPocket" in policies
// https://mozilla.github.io/policy-templates/#disablepocket
// We also set "SponsoredPocket" in policies
// https://mozilla.github.io/policy-templates/#firefoxhome
// https://searchfox.org/mozilla-central/source/toolkit/components/nimbus/FeatureManifest.yaml

Expand Down Expand Up @@ -395,10 +394,6 @@ lockPref("identity.mobilepromo.ios", "");
lockPref("identity.sendtabpromo.url", "");

/// Kill about:welcome & Onboarding
/// We also set "OverrideFirstRunPage", "OverridePostUpdatePage", & "SkipOnboarding" in policies
// https://mozilla.github.io/policy-templates/#overridefirstrunpage
// https://mozilla.github.io/policy-templates/#overridepostupdatepage
// https://mozilla.github.io/policy-templates/#usermessaging

defaultPref("browser.aboutwelcome.enabled", false);
defaultPref("browser.EULA.override", true); // https://searchfox.org/mozilla-central/source/testing/profiles/perf/user.js
Expand Down Expand Up @@ -525,8 +520,6 @@ lockPref("browser.phoenix.003.applied", true);
// 004 Implicit Connections
/// Disable Network Prefetching
// We also set "NetworkPrediction" in policies
// https://mozilla.github.io/policy-templates/#networkprediction
// https://developer.mozilla.org/docs/Glossary/Prefetch
defaultPref("browser.places.speculativeConnect.enabled", false);
Expand Down Expand Up @@ -557,17 +550,13 @@ defaultPref("network.early-hints.preconnect.enabled", false);
defaultPref("network.early-hints.preconnect.max_connections", 0);
/// Disable Search Suggestions
/// We also set "SearchSuggestEnabled" in policies
// https://mozilla.github.io/policy-templates/#searchsuggestenabled
defaultPref("browser.search.suggest.enabled", false);
defaultPref("browser.search.suggest.enabled.private", false);
defaultPref("browser.urlbar.showSearchSuggestionsFirst", false);
defaultPref("browser.urlbar.suggest.searches", false);
/// Prevent leaking single word searches to DNS provider
/// We also set "GoToIntranetSiteForSingleWordEntryInAddressBar" in policies
// https://mozilla.github.io/policy-templates/#gotointranetsiteforsinglewordentryinaddressbar
defaultPref("browser.fixup.dns_first_for_single_words", false); // [DEFAULT]
defaultPref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
Expand Down Expand Up @@ -651,8 +640,6 @@ defaultPref("network.websocket.allowInsecureFromHTTPS", false); // [DEFAULT]
defaultPref("extensions.webapi.testing.http", false); // [DEFAULT]
/// Enable Post Quantum Key Agreement (Kyber)
/// We also set "PostQuantumKeyAgreementEnabled" in policies
// https://mozilla.github.io/policy-templates/#postquantumkeyagreementenabled
defaultPref("media.webrtc.enable_pq_dtls", true);
defaultPref("network.http.http3.enable_kyber", true);
Expand All @@ -667,8 +654,6 @@ defaultPref("security.certerrors.mitm.priming.enabled", true); // [DEFAULT]
// Privacy & security concerns, and in general best handled by the OS.
// https://support.mozilla.org/kb/how-stop-firefox-making-automatic-connections#w_network-detection
// https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy
// We also set "CaptivePortal" in policies
// https://mozilla.github.io/policy-templates/#captiveportal
defaultPref("captivedetect.canonicalURL", "");
defaultPref("network.captive-portal-service.enabled", false);
Expand Down Expand Up @@ -727,8 +712,6 @@ defaultPref("network.notify.checkForProxies", false);

/// Enable EncryptedClientHello
// https://blog.cloudflare.com/announcing-encrypted-client-hello
// We also set "DisableEncryptedClientHello" in policies
// https://mozilla.github.io/policy-templates/#disableencryptedclienthello

defaultPref("network.dns.echconfig.enabled", true); // [DEFAULT]
defaultPref("network.dns.http3_echconfig.enabled", true); // [DEFAULT]
Expand Down Expand Up @@ -799,8 +782,6 @@ lockPref("browser.phoenix.007.applied", true);
// 008 DOWNLOADS
/// Always prompt before downloading files
/// We also set "PromptForDownloadLocation" in policies
// https://mozilla.github.io/policy-templates/#promptfordownloadlocation
defaultPref("browser.download.always_ask_before_handling_new_types", true);
defaultPref("browser.download.useDownloadDir", false);
Expand Down Expand Up @@ -967,8 +948,6 @@ lockPref("browser.phoenix.012.applied", true);
// 013 DISK AVOIDANCE

/// Disable Search & Form History - Can be leaked to sites
// We also set "DisableFormHistory" in policies
// https://mozilla.github.io/policy-templates/#disableformhistory
// https://blog.mindedsecurity.com/2011/10/autocompleteagain.html

defaultPref("browser.formfill.enable", false);
Expand Down Expand Up @@ -1021,8 +1000,6 @@ defaultPref("browser.contentblocking.database.enabled", false);
defaultPref("browser.shell.shortcutFavicons", false);

/// Delete cached files from windows opened with external applications
/// We also set "StartDownloadsInTempDirectory" in policies
// https://mozilla.github.io/policy-templates/#startdownloadsintempdirectory

defaultPref("browser.download.start_downloads_in_tmp_dir", true);
defaultPref("browser.helperApps.deleteTempFileOnExit", true);
Expand Down Expand Up @@ -1117,8 +1094,6 @@ defaultPref("pdfjs.enableScripting", false);
defaultPref("pdfjs.enableXfa", false);

/// Never allow documents to prevent copying text
/// We also set `EnablePermissions` in policies
// https://mozilla.github.io/policy-templates/#pdfjs

defaultPref("pdfjs.enablePermissions", false); // [DEFAULT]

Expand Down Expand Up @@ -1328,15 +1303,11 @@ defaultPref("signon.generation.enabled", true); // [DEFAULT]
defaultPref("network.auth.subresource-http-auth-allow", 1);

/// Disable Windows SSO
/// We also configure "WindowsSSO" in policies
// https://mozilla.github.io/policy-templates/#windowssso

defaultPref("network.http.windows-sso.container-enabled.0", false);
defaultPref("network.http.windows-sso.enabled", false); // [DEFAULT]

/// Disable Microsoft Entra
/// We also configure "MicrosoftEntraSSO" in policies
// https://mozilla.github.io/policy-templates/#microsoftentrasso

defaultPref("network.http.microsoft-entra-sso.container-enabled.0", false);
defaultPref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT]
Expand Down Expand Up @@ -1655,8 +1626,6 @@ defaultPref("app.update.promptWaitTime", 3600); // Decrease time between update
defaultPref("browser.startup.upgradeDialog.enabled", true); // Enables showing a dialog/pop-up on major upgrades
/// Ensure we're always updating extensions by default
/// We also set "ExtensionUpdate" in policies
// https://mozilla.github.io/policy-templates/#extensionupdate

defaultPref("extensions.systemAddon.update.enabled", true); // [DEFAULT]
defaultPref("extensions.update.autoUpdateDefault", true); // [DEFAULT]
Expand Down Expand Up @@ -1749,8 +1718,6 @@ defaultPref("dom.disable_window_flip", true); // [DEFAULT]
defaultPref("dom.disable_window_move_resize", true);

/// Never check default browser
/// We also set "DontCheckDefaultBrowser" in policies
// https://mozilla.github.io/policy-templates/#dontcheckdefaultbrowser

defaultPref("browser.shell.checkDefaultBrowser", false);
defaultPref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
Expand Down
2 changes: 0 additions & 2 deletions policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Folder": "🥚"
}
],
"CaptivePortal": false,
"Certificates": {
"ImportEnterpriseRoots": false
},
Expand Down Expand Up @@ -78,7 +77,6 @@
"DisableFirefoxStudies": true,
"DisablePrivateBrowsing": false,
"DisableProfileRefresh": true,
"DisableSystemAddonUpdate": false,
"DisableTelemetry": true,
"DisplayBookmarksToolbar": "always",
"DNSOverHTTPS": {
Expand Down

0 comments on commit dac32ca

Please sign in to comment.