svn commit: r504843 - head/www/morty
Yuri Victorovich
yuri at FreeBSD.org
Sat Jun 22 03:25:46 UTC 2019
Author: yuri
Date: Sat Jun 22 03:25:44 2019
New Revision: 504843
URL: https://svnweb.freebsd.org/changeset/ports/504843
Log:
www/morty: Improve wording/spelling.
Modified:
head/www/morty/Makefile
head/www/morty/pkg-descr
Modified: head/www/morty/Makefile
==============================================================================
--- head/www/morty/Makefile Sat Jun 22 03:22:29 2019 (r504842)
+++ head/www/morty/Makefile Sat Jun 22 03:25:44 2019 (r504843)
@@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -gfe94d9a
CATEGORIES= www net
MAINTAINER= yuri at FreeBSD.org
-COMMENT= Privacy aware web content sanitizer proxy as a service
+COMMENT= Privacy-aware web content sanitizer proxy as a service
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
Modified: head/www/morty/pkg-descr
==============================================================================
--- head/www/morty/pkg-descr Sat Jun 22 03:22:29 2019 (r504842)
+++ head/www/morty/pkg-descr Sat Jun 22 03:25:44 2019 (r504843)
@@ -1,4 +1,4 @@
-Web content sanitizer proxy as a service
+Web content sanitizer proxy as a service.
Morty rewrites web pages to exclude malicious HTML tags and attributes. It also
replaces external resource references to prevent third party information leaks.
@@ -10,9 +10,9 @@ Features:
* HTML sanitization
* Rewrites HTML/CSS external references to locals
* JavaScript blocking
-* No Cookies forwarded
-* No Referrers
-* No Caching/Etag
+* No cookies forwarded
+* No referrers
+* No caching/etag
* Supports GET/POST forms and IFrames
* Optional HMAC URL verifier key to prevent service abuse
More information about the svn-ports-all
mailing list