Changeset 147 in code for trunk/README.md


Ignore:
Timestamp:
Mar 18, 2024, 1:23:54 AM (15 months ago)
Author:
Izuru Yakumo
Message:

コードのリファクタリングが完了しました

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r142 r147  
    1 # Yukari
     1# Yukari's Gap
    22
    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)
     3Web 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)
    44
    5 Yukari rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks.
     5Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks.
    66
    7 The main goal of yukari is to provide a result proxy for [searx](https://asciimoo.github.com/searx/), but it can be used as a standalone sanitizer service too.
     7The 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.
    88
    99Features:
    1010
    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
     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
    1919
    2020
    2121## Installation and setup
    22 Requirement: Go version 1.10 or higher.
     22Requirement: Go version 1.16 or higher.
    2323
    2424```
Note: See TracChangeset for help on using the changeset viewer.