File: control

package info (click to toggle)
morty 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: sh: 9; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: morty
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Johannes 'josch' Schauer <josch@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-valyala-fasthttp-dev,
               golang-golang-x-net-dev,
               golang-x-text-dev
Standards-Version: 4.1.3
Homepage: https://github.com/asciimoo/morty
Vcs-Browser: https://salsa.debian.org/go-team/packages/morty
Vcs-Git: https://salsa.debian.org/go-team/packages/morty.git
XS-Go-Import-Path: github.com/asciimoo/morty

Package: morty
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         adduser
Description: Privacy aware web content sanitizer proxy as a service
 Morty Web content sanitizer proxy as a service
 .
 Morty rewrites web pages to exclude malicious HTML tags and attributes. It
 also replaces external resource references to prevent third party
 information leaks.
 .
 The main goal of morty is to provide a result proxy for searx, but it can be
 used as a standalone sanitizer service too.
 .
 Features:
 .
  - HTML sanitization
  - Rewrites HTML/CSS external references to locals
  - JavaScript blocking
  - No Cookies forwarded
  - No Referrers
  - No Caching/Etag
  - Supports GET/POST forms and IFrames
  - Optional HMAC URL verifier key to prevent service abuse