summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
-rw-r--r--vendor.js2
2 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4310905..4ba1e4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox
-pkgver=59.0
+pkgver=59.0.1
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@@ -28,7 +28,7 @@ sha256sums=('SKIP'
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f90078bdcc7a36e873'
- 'f5fa8873f8e3890780b857baa3569151921dbf266b9c2af27a43958169303e2c')
+ '227de32467f36e30e390da16e183ea1d83d1f49c2fe856661a9b5dddf1fe4389')
prepare() {
mkdir path
@@ -53,7 +53,6 @@ ac_add_options --enable-rust-simd
ac_add_options --disable-official-branding
ac_add_options --enable-update-channel=release
ac_add_options --with-distribution-id=
-export MOZILLA_OFFICIAL=0
export MOZ_TELEMETRY_REPORTING=0
export MOZ_ADDON_SIGNING=0
export MOZ_REQUIRE_SIGNING=0
@@ -136,7 +135,7 @@ END
"$pkgdir/usr/share/applications/$pkgname.desktop"
# Use system-provided dictionaries
- rm -r "$pkgdir"/usr/lib/$pkgname/dictionaries
+ rm -r "$pkgdir/usr/lib/$pkgname/dictionaries"
ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"
diff --git a/vendor.js b/vendor.js
index 05365f9..0a4e6b3 100644
--- a/vendor.js
+++ b/vendor.js
@@ -251,6 +251,7 @@ pref("dom.vr.cardboard.enabled", false);
pref("dom.vr.openvr.enabled", false);
pref("dom.vr.osvr.enabled", false);
pref("dom.vr.poseprediction.enabled", false);
+pref("dom.w3c_pointer_events.enabled", false);
pref("dom.webaudio.enabled", false);
//pref("dom.webnotifications.enabled", true);
pref("dom.webnotifications.enabled", false); //Conflict
@@ -570,6 +571,7 @@ pref("reader.parse-on-load.enabled", false);
pref("security.block_script_with_wrong_mime", true);
pref("security.cert_pinning.enforcement_level", 2);
pref("security.csp.enable", true);
+pref("security.csp.enable_violation_events", false);
pref("security.csp.experimentalEnabled", true);
pref("security.data_uri.block_toplevel_data_uri_navigations", true);
pref("security.dialog_enable_delay", 1000);