diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-17 00:26:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-17 00:26:30 +0800 |
commit | 4dcaaa1f8ccc4dbcda434b306c74b3a0ad46e7e5 (patch) | |
tree | 9a7a27df60614e2effb2b1e00f379fe247a9695c /www/Makefile | |
parent | 3c56bf3f1bbaec4361346d575cb652d0546176bd (diff) | |
download | freebsd-ports-gnome-4dcaaa1f8ccc4dbcda434b306c74b3a0ad46e7e5.tar.gz freebsd-ports-gnome-4dcaaa1f8ccc4dbcda434b306c74b3a0ad46e7e5.tar.zst freebsd-ports-gnome-4dcaaa1f8ccc4dbcda434b306c74b3a0ad46e7e5.zip |
NoScript provides extra protection for your Mozilla/Firefox
or Flock browser: this extension allows JavaScript and Java
execution only for trusted domains of your choice (e.g. your
home-banking web site).
This whitelist based pre-emptive script blocking approach
prevents exploitation of security vulnerabilities (known and
even not known yet!) with no loss of functionality...
WWW: http://www.noscript.net/
PR: ports/95076
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 879bc2273fa4..1f49802c2eee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -967,6 +967,7 @@ SUBDIR += xpi-adblock SUBDIR += xpi-colorfultabs SUBDIR += xpi-fasterfox + SUBDIR += xpi-noscript SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xulrunner |