mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-19 06:34:29 -05:00
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
|
#Banned outgoing HTTP headers based on regular expressions
|
||
|
#
|
||
|
# E.g. 'User-Agent: .*MSIE' would block several versions of Internet Explorer
|
||
|
# (assuming the user-agent is not being spoofed by the client)
|
||
|
#
|
||
|
# Headers are matched line-by-line, not as a single block.
|
||
|
|
||
|
#listcategory: "Banned Regular Expression HTTP Headers"
|