Line | |
---|
1 | # Morty
|
---|
2 |
|
---|
3 | Web content sanitizer proxy as a service
|
---|
4 |
|
---|
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 |
|
---|
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.
|
---|
8 |
|
---|
9 | Features:
|
---|
10 |
|
---|
11 | - HTML sanitization
|
---|
12 | - Rewrites HTML/CSS external references to locals
|
---|
13 | - JavaScript blocking
|
---|
14 | - No Cookies forwarded
|
---|
15 | - No Referrers
|
---|
16 | - No Caching/Etag
|
---|
17 | - Supports GET/POST forms and IFrames
|
---|
18 | - Optional HMAC URL verifier key to prevent service abuse
|
---|
19 |
|
---|
20 |
|
---|
21 | ## Installation and setup
|
---|
22 |
|
---|
23 | ```
|
---|
24 | $ go get github.com/asciimoo/morty
|
---|
25 | $ "$GOPATH/bin/morty" --help
|
---|
26 | ```
|
---|
27 |
|
---|
28 |
|
---|
29 | ## Bugs
|
---|
30 |
|
---|
31 | Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.