mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 10:07:24 +01:00
update privoxy
This commit is contained in:
2845
privoxy/data/config
Normal file
2845
privoxy/data/config
Normal file
File diff suppressed because it is too large
Load Diff
8
privoxy/data/user.action
Normal file
8
privoxy/data/user.action
Normal 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
8
privoxy/data/user.filter
Normal 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
|
||||
Reference in New Issue
Block a user