summaryrefslogtreecommitdiff
path: root/libre/icecat
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-01 09:24:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-01 09:24:30 -0300
commit9c8b93b12a443b508c5bf2279d1d4737febb0cde (patch)
tree568f9b8afb4e77aa5d2a4c119603ca311c5ef074 /libre/icecat
parent6754d5ea997f61e6df67ff782e8b2c7507495595 (diff)
icecat-31.7.0_gnu1-2: remove useless specific preferences from vendor.js because Icecat does it
Diffstat (limited to 'libre/icecat')
-rw-r--r--libre/icecat/PKGBUILD4
-rw-r--r--libre/icecat/vendor.js9
2 files changed, 3 insertions, 10 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 524654a0f..089e05fe8 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -15,7 +15,7 @@ _pgo=true
pkgname=icecat
_pkgver=31.7.0-gnu1
pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox."
arch=(i686 x86_64 mips64el)
@@ -51,7 +51,7 @@ sha256sums=('57ddd9a3b2875dc3f1bfbb0f6d8fd5551775f1f68cc4237f6f4251a7ca954528'
'93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd'
'52df9ffeb52166ed4abd9a132ee4a9017b9c4980f0725ba383610ccfb06d4745'
'5bdab2de5520fb4d3dbc453d9f73d20e0e077bf652bc780fc17184ba6c718a47'
- '536e82133ba06faccd31620c742dd2b95f1c2e0331934bb8ff17843436dc2142'
+ '977aa49b940f1da049cefa2878a63ac6669a78e63e9d55bb11db7b8f8fb64c33'
'd25c6e95d20ec622a51346897d986fdd97074023d6a02bee0533773a195f8233'
'68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213'
'd57d0e4d5bc66323388e8f3c9999ed443abfd304a28a1696cc6f4518ed0d0f2a')
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index 9eab9721b..32fddb8db 100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
@@ -8,17 +8,10 @@ pref("browser.shell.checkDefaultBrowser", false);
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
-// Make sure that safebrowsing is disabled
-pref("browser.safebrowsing.enabled", false);
-pref("browser.safebrowsing.malware.enabled", false);
-
-// Disable missing nonfree flash notification
-pref("plugins.notifyMissingFlash", false);
-
// Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier
pref("ui.key.menuAccessKeyFocuses", false);
-// Make sure that whitelisted and directory installs are empty
+// Make sure that Firefox Social stuff are empty
pref("social.whitelist", "");
pref("social.directories", "");