1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/privoxy/data/user.filter

9 lines
280 B
Plaintext
Raw Normal View History

2015-06-28 19:52:38 +02:00
FILTER: rot rotate image
s|</head>|<style>img{transform: rotate(180deg);}</style></head>|gisU
2016-06-04 10:57:31 +02:00
FILTER: white
2015-06-28 19:52:38 +02:00
s|</body>|<style>*{color: white !important;}</style></body>|gisU
2016-06-04 10:57:31 +02:00
FILTER: hacked
2015-06-28 19:52:38 +02:00
s|</body>|<script>document.body.innerHTML='<h1>you are hacked!</h1>'</script></body>|gisU