summarylogtreecommitdiffstats
path: root/firefox-45-prefs.patch
blob: c7f1ab755f530864f21e71c8fd7936a6232125d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
diff -Naur firefox-45.0esr.bak/browser/app/profile/firefox.js firefox-45.0esr/browser/app/profile/firefox.js
--- firefox-45.0esr.bak/browser/app/profile/firefox.js	2016-03-13
+++ firefox-45.0esr/browser/app/profile/firefox.js	2016-03-13
@@ -230,7 +230,7 @@
 #endif
 
 // At startup, check if we're the default browser and prompt user if not.
-pref("browser.shell.checkDefaultBrowser", true);
+pref("browser.shell.checkDefaultBrowser", false);
 pref("browser.shell.shortcutFavicons",true);
 pref("browser.shell.mostRecentDateSetAsDefault", "");
 pref("browser.shell.skipDefaultBrowserCheck", true);
@@ -238,7 +238,7 @@
 
 // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
 // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
-pref("browser.startup.page",                1);
+pref("browser.startup.page",                0);
 pref("browser.startup.homepage",            "chrome://branding/locale/browserconfig.properties");
 
 pref("browser.slowStartup.notificationDisabled", false);
@@ -312,7 +312,7 @@
 pref("browser.urlbar.suggest.bookmark",             true);
 pref("browser.urlbar.suggest.openpage",             true);
 pref("browser.urlbar.suggest.searches",             false);
-pref("browser.urlbar.userMadeSearchSuggestionsChoice", false);
+pref("browser.urlbar.userMadeSearchSuggestionsChoice", true);
 
 // Limit the number of characters sent to the current search engine to fetch
 // suggestions.
@@ -346,7 +346,7 @@
 pref("browser.download.animateNotifications", true);
 
 // This records whether or not the panel has been shown at least once.
-pref("browser.download.panel.shown", false);
+pref("browser.download.panel.shown", true);
 
 #ifndef XP_MACOSX
 pref("browser.helperApps.deleteTempFileOnExit", true);
@@ -426,7 +426,7 @@
 // Tabbed browser
 pref("browser.tabs.closeWindowWithLastTab", true);
 pref("browser.tabs.insertRelatedAfterCurrent", true);
-pref("browser.tabs.warnOnClose", true);
+pref("browser.tabs.warnOnClose", false);
 pref("browser.tabs.warnOnCloseOtherTabs", true);
 pref("browser.tabs.warnOnOpen", true);
 pref("browser.tabs.maxOpenBeforeWarn", 15);
@@ -1335,7 +1335,7 @@
 pref("browser.newtab.preload", true);
 
 // Remembers if the about:newtab intro has been shown
-pref("browser.newtabpage.introShown", false);
+pref("browser.newtabpage.introShown", true);
 
 // Toggles the content of 'about:newtab'. Shows the grid when enabled.
 pref("browser.newtabpage.enabled", true);
diff -Naur firefox-45.0esr.bak/browser/branding/official/pref/firefox-branding.js firefox-45.0esr/browser/branding/official/pref/firefox-branding.js
--- firefox-45.0esr.bak/browser/branding/official/pref/firefox-branding.js	2016-03-13
+++ firefox-45.0esr/browser/branding/official/pref/firefox-branding.js	2016-03-13
@@ -3,8 +3,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 pref("startup.homepage_override_url", "");
-pref("startup.homepage_welcome_url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/");
-pref("startup.homepage_welcome_url.additional", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/learnmore/");
+pref("startup.homepage_welcome_url", "about:blank");
 // Interval: Time between checks for a new version (in seconds)
 pref("app.update.interval", 43200); // 12 hours
 // The time interval between the downloading of mar file chunks in the
diff -Naur firefox-45.0esr.bak/build/application.ini firefox-45.0esr/build/application.ini
--- firefox-45.0esr.bak/build/application.ini	2016-03-13
+++ firefox-45.0esr/build/application.ini	2016-03-13
@@ -41,7 +41,7 @@
 
 [XRE]
 #ifdef MOZ_PROFILE_MIGRATOR
-EnableProfileMigrator=1
+EnableProfileMigrator=0
 #endif
 
 #if MOZ_CRASHREPORTER
diff -Naur firefox-45.0esr.bak/modules/libpref/init/all.js firefox-45.0esr/modules/libpref/init/all.js
--- firefox-45.0esr.bak/modules/libpref/init/all.js	2016-03-13
+++ firefox-45.0esr/modules/libpref/init/all.js	2016-03-13
@@ -29,7 +29,7 @@

 pref("general.config.obscure_value", 13); // for MCD .cfg files

-pref("general.warnOnAboutConfig", true);
+pref("general.warnOnAboutConfig", false);

 // maximum number of dated backups to keep at any time
 pref("browser.bookmarks.max_backups",       5);
@@ -1117,7 +1117,7 @@
 // send "do not track" HTTP header, disabled by default
 pref("privacy.donottrackheader.enabled",    false);
 // Enforce tracking protection in all modes
-pref("privacy.trackingprotection.enabled",  false);
+pref("privacy.trackingprotection.enabled",  true);
 // Enforce tracking protection in Private Browsing mode
 pref("privacy.trackingprotection.pbmode.enabled",  true);

@@ -3644,7 +3644,7 @@

 // Middle-mouse handling
 pref("middlemouse.paste", true);
-pref("middlemouse.contentLoadURL", true);
+pref("middlemouse.contentLoadURL", false);
 pref("middlemouse.openNewWindow", true);
 pref("middlemouse.scrollbarPosition", true);

@@ -3710,7 +3710,7 @@

 // Middle-mouse handling
 pref("middlemouse.paste", true);
-pref("middlemouse.contentLoadURL", true);
+pref("middlemouse.contentLoadURL", false);
 pref("middlemouse.openNewWindow", true);
 pref("middlemouse.scrollbarPosition", true);

@@ -4105,7 +4105,7 @@

 // Satchel (Form Manager) prefs
 pref("browser.formfill.debug",            false);
-pref("browser.formfill.enable",           true);
+pref("browser.formfill.enable",           false);
 pref("browser.formfill.expire_days",      180);
 pref("browser.formfill.saveHttpsForms",   true);
 pref("browser.formfill.agedWeight",       2);
diff -Naur firefox-45.0esr.bak/services/healthreport/healthreport-prefs.js firefox-45.0esr/services/healthreport/healthreport-prefs.js
--- firefox-45.0esr.bak/services/healthreport/healthreport-prefs.js	2016-03-13
+++ firefox-45.0esr/services/healthreport/healthreport-prefs.js	2016-03-13
@@ -18,9 +18,9 @@
 pref("datareporting.healthreport.pendingDeleteRemoteData", false);
 
 // Health Report is enabled by default on all channels.
-pref("datareporting.healthreport.uploadEnabled", true);
+pref("datareporting.healthreport.uploadEnabled", false);
 
-pref("datareporting.healthreport.service.enabled", true);
+pref("datareporting.healthreport.service.enabled", false);
 pref("datareporting.healthreport.service.loadDelayMsec", 10000);
 pref("datareporting.healthreport.service.loadDelayFirstRunMsec", 60000);