summaryrefslogtreecommitdiff
path: root/libre/icecat/libre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icecat/libre.patch')
-rw-r--r--libre/icecat/libre.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/icecat/libre.patch b/libre/icecat/libre.patch
index ee88c6d56..4a4407e4f 100644
--- a/libre/icecat/libre.patch
+++ b/libre/icecat/libre.patch
@@ -1,6 +1,6 @@
diff -Nur a/browser/app/profile/icecat.js b/browser/app/profile/icecat.js
---- a/browser/app/profile/icecat.js 2015-08-23 17:05:03.000000000 -0300
-+++ b/browser/app/profile/icecat.js 2015-08-25 04:49:18.450526750 -0300
+--- a/browser/app/profile/icecat.js 2015-10-12 20:42:13.000000000 -0300
++++ b/browser/app/profile/icecat.js 2015-10-16 03:07:38.541169352 -0300
@@ -279,11 +279,6 @@
pref("browser.slowStartup.timeThreshold", 40000);
pref("browser.slowStartup.maxSamples", 5);
@@ -13,7 +13,7 @@ diff -Nur a/browser/app/profile/icecat.js b/browser/app/profile/icecat.js
pref("browser.enable_automatic_image_resizing", true);
pref("browser.casting.enabled", false);
pref("browser.chrome.site_icons", true);
-@@ -2080,12 +2075,6 @@
+@@ -2114,12 +2109,6 @@
pref("pfs.datasource.url", "http://gnuzilla.gnu.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%");
pref("pfs.filehint.url", "http://gnuzilla.gnu.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%");
@@ -23,9 +23,9 @@ diff -Nur a/browser/app/profile/icecat.js b/browser/app/profile/icecat.js
-pref("browser.search.order.extra.duckduckgo", "DuckDuckGo");
-pref("browser.search.showOneOffButtons", false);
-
- // https://directory.fsf.org/wiki/Disable_DHE
- pref("security.ssl3.dhe_rsa_aes_128_sha", false);
- pref("security.ssl3.dhe_rsa_aes_256_sha", false);
+ // Disable Gecko media plugins: https://wiki.mozilla.org/GeckoMediaPlugins
+ pref("media.gmp-manager.url", "http://127.0.0.1/");
+ pref("media.gmp-manager.url.override", "data:text/plain,");
diff -Nur a/browser/base/content/abouthome/aboutHome.css b/browser/base/content/abouthome/aboutHome.css
--- a/browser/base/content/abouthome/aboutHome.css 2015-07-13 19:10:24.000000000 -0300
+++ b/browser/base/content/abouthome/aboutHome.css 2015-08-18 02:37:30.095295232 -0300