Last change
on this file since 1 was 1, checked in by asciimoo, 9 years ago |
[enh] initial commit
|
File size:
525 bytes
|
Rev | Line | |
---|
[1] | 1 | # Morty
|
---|
| 2 |
|
---|
| 3 | Web content sanitizer proxy as a service
|
---|
| 4 |
|
---|
| 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.
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | other 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 |
|
---|
| 24 | Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.