Last change
on this file since 6 was 6, checked in by asciimoo, 9 years ago |
[doc] description update
|
File size:
742 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 |
|
---|
[6] | 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.
|
---|
[1] | 8 |
|
---|
[6] | 9 | Features:
|
---|
[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 |
|
---|
| 27 | Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.