- Timestamp:
- Oct 29, 2016, 6:47:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r6 r19 3 3 Web content sanitizer proxy as a service 4 4 5 Morty rewrites web pages to exclude malicious HTML tags and CSS/HTMLattributes. It also replaces external resource references to prevent third party information leaks.5 Morty rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks. 6 6 7 7 The 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. … … 9 9 Features: 10 10 11 - CSS & HTML sanitization 11 - HTML sanitization 12 - Rewrites HTML/CSS external references to locals 12 13 - JavaScript blocking 14 - No Cookies forwarded 15 - No Referrers 16 - No Caching/Etag 13 17 - Supports GET/POST forms and IFrames 14 18 - Optional HMAC URL verifier key to prevent service abuse
Note:
See TracChangeset
for help on using the changeset viewer.