diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-03-17 16:22:19 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-03-17 16:22:19 -0700 |
commit | 1fd84dab4754eaa0dae1e6addaafd3a1e343c21e (patch) | |
tree | b4618f8ad6721d732cfcd854d86d37a927c3388b | |
parent | Updated to 59.0 (diff) | |
download | firefox-esr-1fd84dab4754eaa0dae1e6addaafd3a1e343c21e.tar.xz |
Updated to 49.0.1
-rw-r--r-- | PKGBUILD | 7 | ||||
-rw-r--r-- | vendor.js | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -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" @@ -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); |