# 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.
# SafeSearch Youtube http://dev-eole.ac-dijon.fr/issues/7256#note-4
"cookie:(.*)PREF=[^&]*?\;"->"Cookie:$1"
"cookie:(.*)$"->"Cookie:$1; PREF=f2=8000000;"
