diff --git a/www/morty/Makefile b/www/morty/Makefile index 738db81c700b..541bb927bffc 100644 --- a/www/morty/Makefile +++ b/www/morty/Makefile @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -gfe94d9a CATEGORIES= www net MAINTAINER= yuri@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 diff --git a/www/morty/pkg-descr b/www/morty/pkg-descr index 77b0f58468d4..a85e07a2e2d1 100644 --- a/www/morty/pkg-descr +++ b/www/morty/pkg-descr @@ -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