source: code/trunk/README.md@ 5

Last change on this file since 5 was 1, checked in by asciimoo, 9 years ago

[enh] initial commit

File size: 525 bytes
Line 
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
7
8other features:
9
10 - GET/POST form support
11 - Optional HMAC URL verifier key to prevent service abuse
12
13
14## Installation and setup
15
16```
17$ go get github.com/asciimoo/morty
18$ "$GOPATH/bin/morty" --help
19```
20
21
22## Bugs
23
24Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
Note: See TracBrowser for help on using the repository browser.