summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/libre.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-04 04:21:09 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-04 04:21:09 -0200
commit749682abcb107b2ae7f940658bfe66f7b2867e89 (patch)
treea7335b618c807eef3cd34cbbf0e03a604f42197f /libre/iceweasel-libre/libre.patch
parent9ab5dcad0aa9e967e1715286d9cdd81aabccedc7 (diff)
downloadabslibre-749682abcb107b2ae7f940658bfe66f7b2867e89.tar.gz
abslibre-749682abcb107b2ae7f940658bfe66f7b2867e89.tar.bz2
abslibre-749682abcb107b2ae7f940658bfe66f7b2867e89.zip
iceweasel-libre-17.0.1.1-2: put new changes from vendor.js to the libre.patch for firefox-branding.js
Diffstat (limited to 'libre/iceweasel-libre/libre.patch')
-rwxr-xr-xlibre/iceweasel-libre/libre.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/libre.patch b/libre/iceweasel-libre/libre.patch
index faae29a36..4534f0ca8 100755
--- a/libre/iceweasel-libre/libre.patch
+++ b/libre/iceweasel-libre/libre.patch
@@ -474,3 +474,20 @@ diff -urN iceweasel-17.0.1.orig/debian/branding/locales/browserconfig.properties
browser.startup.homepage=about:home
-
+browser.search.defaultenginename=DuckDuckGo HTML
+diff -urN iceweasel-17.0.1.orig/debian/branding/firefox-branding.js iceweasel-17.0.1/debian/branding/firefox-branding.js
+--- iceweasel-17.0.1.orig/debian/branding/firefox-branding.js 2012-12-01 07:21:01.000000000 -0200
++++ iceweasel-17.0.1/debian/branding/firefox-branding.js 2012-12-04 04:11:24.803127119 -0200
+@@ -1,3 +1,13 @@
+ pref("startup.homepage_override_url","");
+ pref("startup.homepage_welcome_url","");
+ pref("app.releaseNotesURL", "http://mozilla.debian.net/%LOCALE%/%APP%/%VERSION%/releasenotes/");
++
++pref("browser.search.defaultenginename", "DuckDuckGo HTML");
++
++// Disable safe browsing.
++pref("browser.safebrowsing.enabled", false);
++pref("browser.safebrowsing.malware.enabled", false);
++
++// Disable localstorage for privacy reasons. We will rewrite about:home js to
++// fix the bug.
++pref("dom.storage.enabled", false);