source: code/trunk/README.md@ 12

Last change on this file since 12 was 6, checked in by asciimoo, 9 years ago

[doc] description update

File size: 742 bytes
RevLine 
[1]1# Morty
2
3Web content sanitizer proxy as a service
4
5Morty rewrites web pages to exclude malicious HTML tags and CSS/HTML attributes. It also replaces external resource references to prevent third party information leaks.
6
[6]7The 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.
[1]8
[6]9Features:
[1]10
[6]11 - CSS & HTML sanitization
12 - JavaScript blocking
13 - Supports GET/POST forms and IFrames
[1]14 - Optional HMAC URL verifier key to prevent service abuse
15
16
17## Installation and setup
18
19```
20$ go get github.com/asciimoo/morty
21$ "$GOPATH/bin/morty" --help
22```
23
24
25## Bugs
26
27Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
Note: See TracBrowser for help on using the repository browser.