diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-21 00:51:15 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-21 00:51:15 +0200 |
commit | d0385cddbc7bb3fbd49b898a0607a4e99eaeef9a (patch) | |
tree | 4107eef4e8c1524125e14dddcb02ceac15bc4622 /libre | |
parent | c8542a72d3b42f0073cb12d6f50918691f19e09f (diff) | |
download | abslibre-d0385cddbc7bb3fbd49b898a0607a4e99eaeef9a.tar.gz abslibre-d0385cddbc7bb3fbd49b898a0607a4e99eaeef9a.tar.bz2 abslibre-d0385cddbc7bb3fbd49b898a0607a4e99eaeef9a.zip |
added libre/icecat-no-resource-uri-leak
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat-no-resource-uri-leak/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/icecat-no-resource-uri-leak/PKGBUILD b/libre/icecat-no-resource-uri-leak/PKGBUILD new file mode 100644 index 000000000..eb1dfc1fb --- /dev/null +++ b/libre/icecat-no-resource-uri-leak/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 +# Contributor: jc_gargma + +pkgname=icecat-no-resource-uri-leak +pkgver=1.1.0 +pkgrel=1 +pkgdesc='Deny resource:// access to Web content. Fill the hole to defend against fingerprinting.' +url=https://notabug.org/desktopd/no-resource-uri-leak/ +arch=('any') +license=('GPL3') +makedepends=('unzip') +depends=('icecat') +groups=('icecat-addons') +source=("https://addons.cdn.mozilla.net/user-media/addons/706000/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi") +noextract=("${source##*/}") +sha512sums=('f31d8baaa880d5ce621775e7f52faf6dbffb279291110caf055f8f70444aaa49d40e388e5b0117a9b862484539782d8c8bcbdd61f341a94bc3413fd737d204ee') +whirlpoolsums=('3efa2f3c71cf1f1f2b9406bfb07900d118e0656c296ec16271db1086f4198fe940c9d7ca513df05bbff8dfde560296596e99f864b52e2eab1a006d3da73f7772') + +package() { + install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi +} + +# vim:set ts=2 sw=2 et: |