2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 10:07:24 +01:00

update privoxy

This commit is contained in:
kev
2023-08-28 16:52:02 +08:00
parent f2dc15cce9
commit 015ee01710
7 changed files with 2869 additions and 46 deletions

2845
privoxy/data/config Normal file

File diff suppressed because it is too large Load Diff

8
privoxy/data/user.action Normal file
View File

@@ -0,0 +1,8 @@
{+filter{rot}}
/
{+block}
127.0.0.1
104.156.239.190
.easypi.info

8
privoxy/data/user.filter Normal file
View File

@@ -0,0 +1,8 @@
FILTER: rot rotate image
s|</head>|<style>img{transform: rotate(180deg);}</style></head>|gisU
FILTER: white
s|</body>|<style>*{color: white !important;}</style></body>|gisU
FILTER: hacked
s|</body>|<script>document.body.innerHTML='<h1>you are hacked!</h1>'</script></body>|gisU