]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-prefs.patch
- default preferences changed:
[packages/firefox.git] / mozilla-firefox-prefs.patch
1 diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile/firefox.js
2 --- mozilla.orig/browser/app/profile/firefox.js 2008-06-21 12:55:30.000000000 +0200
3 +++ mozilla/browser/app/profile/firefox.js      2008-06-21 15:25:48.000000000 +0200
4 @@ -89,12 +89,12 @@
5  // App-specific update preferences
6  
7  // Whether or not app updates are enabled
8 -pref("app.update.enabled", true);
9 +pref("app.update.enabled", false);
10  
11  // This preference turns on app.update.mode and allows automatic download and
12  // install to take place. We use a separate boolean toggle for this to make
13  // the UI easier to construct.
14 -pref("app.update.auto", true);
15 +pref("app.update.auto", false);
16  
17  // Defines how the Application Update Service notifies the user about updates:
18  //
19 @@ -186,7 +186,7 @@
20  
21  // Whether or not the application should check at startup each time if it 
22  // is the default browser.
23 -pref("browser.shell.checkDefaultBrowser", true);
24 +pref("browser.shell.checkDefaultBrowser", false);
25  
26  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
27  // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
28 @@ -592,10 +592,10 @@
29  
30  #ifdef MOZ_SAFE_BROWSING
31  // Safe browsing does nothing unless this pref is set
32 -pref("browser.safebrowsing.enabled", true);
33 +pref("browser.safebrowsing.enabled", false);
34  
35  // Prevent loading of pages identified as malware
36 -pref("browser.safebrowsing.malware.enabled", true);
37 +pref("browser.safebrowsing.malware.enabled", false);
38  
39  // Non-enhanced mode (local url lists) URL list to check for updates
40  pref("browser.safebrowsing.provider.0.updateURL", "http://safebrowsing.clients.google.com/safebrowsing/downloads?client={moz:client}&appver={moz:version}&pver=2.1");
41 diff -ur mozilla.orig/browser/base/content/baseMenuOverlay.xul mozilla/browser/base/content/baseMenuOverlay.xul
42 --- mozilla.orig/browser/base/content/baseMenuOverlay.xul       2008-06-21 12:55:29.000000000 +0200
43 +++ mozilla/browser/base/content/baseMenuOverlay.xul    2008-06-21 15:08:33.000000000 +0200
44 @@ -97,12 +97,6 @@
45                    label="&helpReleaseNotes.label;"
46                    oncommand="openReleaseNotes(event)"
47                    onclick="checkForMiddleClick(this, event);"/>
48 -        <menuseparator id="updateSeparator"/>
49 -        <menuitem id="checkForUpdates"
50 -                  accesskey="&updateCmd.accesskey;"
51 -                  label="&updateCmd.label;"
52 -                  class="menuitem-iconic"
53 -                  oncommand="checkForUpdates();"/>
54          <menuseparator id="aboutSeparator"/>
55          <menuitem id="aboutName"
56                    accesskey="&aboutCmd.accesskey;"
57 diff -ur mozilla.orig/browser/components/preferences/advanced.xul mozilla/browser/components/preferences/advanced.xul
58 --- mozilla.orig/browser/components/preferences/advanced.xul    2008-06-21 12:55:30.000000000 +0200
59 +++ mozilla/browser/components/preferences/advanced.xul 2008-06-21 16:01:22.000000000 +0200
60 @@ -267,10 +267,6 @@
61          <tabpanel id="updatePanel" orient="vertical" align="start">
62            <label control="autoUpdateGroup">&autoCheck.label;</label>
63            <vbox class="indent" id="autoUpdateGroup" role="group">
64 -            <checkbox id="enableAppUpdate"
65 -                      label="&enableAppUpdate.label;"
66 -                      accesskey="&enableAppUpdate.accesskey;"
67 -                      preference="app.update.enabled"/>
68              <checkbox id="enableAddonUpdate"
69                        label="&enableAddonsUpdate.label;"
70                        accesskey="&enableAddonsUpdate.accesskey;"
This page took 0.025535 seconds and 3 git commands to generate.