Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e5934dc

Browse files
committed
🐛 Include pulse browser settings in the profile
1 parent fe55e6a commit e5934dc

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

src/browser/app/profile/firefox-js.patch

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,41 @@
11
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
2-
index 76b495ea6c9e6b5cf15099389e17b54df212f61c..3c49e7d7930b234590a1974ccc928f8a83de63d2 100644
2+
index 76b495ea6c9e6b5cf15099389e17b54df212f61c..c7b15a2c3abfc08e2bd907f6a34baf1c036aeb8d 100644
33
--- a/browser/app/profile/firefox.js
44
+++ b/browser/app/profile/firefox.js
5-
@@ -67,7 +67,6 @@ pref("extensions.webextensions.remote", true);
5+
@@ -19,6 +19,8 @@
6+
#endif
7+
#endif
8+
9+
+#include pulse-browser.js
10+
+
11+
pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindowMac.xhtml");
12+
13+
// Enables some extra Extension System Logging (can reduce performance)
14+
@@ -67,7 +69,6 @@ pref("extensions.webextensions.remote", true);
615

716
// Require signed add-ons by default
817
pref("extensions.langpacks.signatures.required", true);
918
-pref("xpinstall.signatures.required", true);
1019
pref("xpinstall.signatures.devInfoURL", "https://wiki.mozilla.org/Addons/Extension_Signing");
1120

1221
// Enable extensionStorage storage actor by default
13-
@@ -1895,7 +1894,6 @@ pref("browser.send_to_device_locales", "de,en-GB,en-US,es-AR,es-CL,es-ES,es-MX,f
22+
@@ -1895,7 +1896,6 @@ pref("browser.send_to_device_locales", "de,en-GB,en-US,es-AR,es-CL,es-ES,es-MX,f
1423
pref("browser.vpn_promo.disallowed_regions", "ae,by,cn,cu,iq,ir,kp,om,ru,sd,sy,tm,tr,ua");
1524

1625
// Default to enabling VPN promo messages to be shown when specified and allowed
1726
-pref("browser.vpn_promo.enabled", true);
1827
// Only show vpn card to certain regions. Comma separated string of two letter ISO 3166-1 country codes.
1928
// The most recent list of supported countries can be found at https://support.mozilla.org/en-US/kb/mozilla-vpn-countries-available-subscribe
2029
// The full list of supported country codes can also be found at https://github.com/mozilla/bedrock/search?q=VPN_COUNTRY_CODES
21-
@@ -2015,7 +2013,6 @@ pref("browser.tabs.crashReporting.includeURL", false);
30+
@@ -2015,7 +2015,6 @@ pref("browser.tabs.crashReporting.includeURL", false);
2231

2332
// If true, unprivileged extensions may use experimental APIs on
2433
// nightly and developer edition.
2534
-pref("extensions.experiments.enabled", false);
2635

2736
#if defined(XP_WIN)
2837
// Allows us to deprioritize the processes of background tabs at an OS level
29-
@@ -2059,13 +2056,6 @@ pref("browser.migrate.chrome.history.limit", 2000);
38+
@@ -2059,13 +2058,6 @@ pref("browser.migrate.chrome.history.limit", 2000);
3039
pref("browser.migrate.chrome.history.maxAgeInDays", 180);
3140
pref("browser.migrate.showBookmarksToolbarAfterMigration", true);
3241

@@ -40,7 +49,7 @@ index 76b495ea6c9e6b5cf15099389e17b54df212f61c..3c49e7d7930b234590a1974ccc928f8a
4049
// Enable Pocket button home panel for non link pages.
4150
pref("extensions.pocket.showHome", true);
4251

43-
@@ -2206,9 +2196,6 @@ pref("toolkit.coverage.enabled", false);
52+
@@ -2206,9 +2198,6 @@ pref("toolkit.coverage.enabled", false);
4453
pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org");
4554

4655
// Discovery prefs

0 commit comments

Comments
 (0)