source: Main/branches/origin-master/yukari.1@ 4a5f10f

Last change on this file since 4a5f10f was 4a5f10f, checked in by www <www@…>, 8 weeks ago

Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/yukari

git-svn-id: https://svn.chaotic.ninja/svn/yukari-yakumo.izuru@1 ee30ecee-8fc8-4245-a645-e3b2cc3919a6

  • Property mode set to 100644
File size: 2.1 KB
Line 
1.\" $TheSupernovaDuo$
2.Dd $Mdocdate$
3.Dt YUKARI 1
4.Os
5.Sh NAME
6.Nm yukari
7.Nd Privacy-aware Web Content Sanitizer Proxy As A Service (WCSPAAS)
8.Sh SYNOPSIS
9.Nm
10.Op Fl f Ar string
11.Op Fl proxy Ar string
12.Op Fl proxyenv Ar bool
13.Op Fl socks5 Ar string
14.Op Fl version
15.Sh DESCRIPTION
16Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes.
17It also replaces external resource references in order to prevent third-party
18information leaks.
19.Pp
20The main goal of Yukari's Gap is to provide a result proxy for SearX, but it
21can be used as a standalone sanitizer service, too.
22.Sh FEATURES
23.Bl -tag -width Ds
24.It HTML sanitization
25.It Rewrites HTML/CSS external references to locals
26.It JavaScript blocking
27.It No Cookies forwarded
28.It No Referrers
29.It No Caching/ETag
30.It Supports GET/POST forms and IFrames
31.It Optional HMAC URL verifier key to prevent service abuse
32.El
33.Sh OPTIONS
34.Bl -tag -width Ds
35.It Fl f Ar path
36Load configuration file from path
37.It Fl proxy Ar string
38Use the specified HTTP proxy (ie: [user:pass@]hostname:port),
39this overrides the
40.Fl socks5
41option and the IPv6 setting
42.It Fl proxyenv Ar bool
43Use a HTTP proxy as set in the environment (such as
44.Ev HTTP_PROXY ,
45.Ev HTTPS_PROXY ,
46.Ev NO_PROXY
47).
48Overrides the
49.Fl proxy ,
50.Fl socks5 ,
51flags and the IPv6 setting
52.It Fl socks5 Ar string
53Use a SOCKS5 proxy (ie: hostname:port), this
54overrides the IPv6 setting
55.El
56.Sh SEE ALSO
57.Xr SearX 1
58.Sh AUTHORS
59.An Adam Tauber Aq Mt asciimoo@gmail.com
60.An Alexandre Flament Aq Mt alex@al-f.net
61.Sh MAINTAINERS
62.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
63.Sh BUGS
64Bugs or suggestions?
65Send an email to
66.Aq Mt yukari-dev@chaotic.ninja
67.Sh LICENSE
68This program is free software: you can redistribute it and/or modify it
69under the terms of the GNU Affero General Public License as published
70by the Free Software Foundation, either version 3 of the License, or
71(at your option) any later version.
72.Pp
73This program is distributed in the hope that it will be useful, but WITHOUT ANY
74WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
75PARTICULAR PURPOSE.
76See the GNU Affero General Public License for more details.
Note: See TracBrowser for help on using the repository browser.