Changeset 147 in code for trunk/README.md
- Timestamp:
- Mar 18, 2024, 1:23:54 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r142 r147 1 # Yukari 1 # Yukari's Gap 2 2 3 Web content sanitizer proxy as a service, fork of [MortyProxy](https://github.com/asciimoo/morty) with some suggestions from the issue tracker applied, named after [ Yes, that Gap Youkai](https://en.touhouwiki.net/wiki/Yukari_Yakumo)3 Web content sanitizer proxy as a service, fork of [MortyProxy](https://github.com/asciimoo/morty) with some suggestions from the issue tracker applied, named after [the youkai you shouldn't ever come near](https://en.touhouwiki.net/wiki/Yukari_Yakumo) 4 4 5 Yukari rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks.5 Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks. 6 6 7 The main goal of yukariis to provide a result proxy for [searx](https://asciimoo.github.com/searx/), but it can be used as a standalone sanitizer service too.7 The main goal of this tool 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 8 9 9 Features: 10 10 11 -HTML sanitization12 -Rewrites HTML/CSS external references to locals13 -JavaScript blocking14 -No Cookies forwarded15 -No Referrers16 -No Caching/Etag17 -Supports GET/POST forms and IFrames18 -Optional HMAC URL verifier key to prevent service abuse11 * 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 19 20 20 21 21 ## Installation and setup 22 Requirement: Go version 1.1 0or higher.22 Requirement: Go version 1.16 or higher. 23 23 24 24 ```
Note:
See TracChangeset
for help on using the changeset viewer.