mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 03:57:46 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
11
config/e2guardian/lists/headerregexplist
Normal file
11
config/e2guardian/lists/headerregexplist
Normal file
@@ -0,0 +1,11 @@
|
||||
# Outgoing HTTP header modifying Regular Expressions
|
||||
#
|
||||
# The format is: "extended regular expression"->"replacement straight string"
|
||||
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
|
||||
# Far more complicated matches are possible. See other sources for examples
|
||||
# of extended regular expressions.
|
||||
#
|
||||
# Headers are run through replacements line-by-line, not as a single block.
|
||||
|
||||
# Windows Live Search cookie replacement - force filtering on
|
||||
#"cookie:(.*)&ADLT=(OFF|DEMOTE)"->"Cookie:$1&ADLT=STRICT"
|
Reference in New Issue
Block a user