Changeset 19 in code for trunk


Ignore:
Timestamp:
Oct 29, 2016, 6:47:14 PM (9 years ago)
Author:
asciimoo
Message:

[doc] readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r6 r19  
    33Web content sanitizer proxy as a service
    44
    5 Morty rewrites web pages to exclude malicious HTML tags and CSS/HTML attributes. It also replaces external resource references to prevent third party information leaks.
     5Morty rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks.
    66
    77The main goal of morty is to provide a result proxy for [searx](https://asciimoo.github.com/searx/), but it can be used as a standalone sanitizer service too.
     
    99Features:
    1010
    11  - CSS & HTML sanitization
     11 - HTML sanitization
     12 - Rewrites HTML/CSS external references to locals
    1213 - JavaScript blocking
     14 - No Cookies forwarded
     15 - No Referrers
     16 - No Caching/Etag
    1317 - Supports GET/POST forms and IFrames
    1418 - Optional HMAC URL verifier key to prevent service abuse
Note: See TracChangeset for help on using the changeset viewer.