1# db/filter.header.add
2#
3# put header entries to add to outgoing headers here
4# use db/filter.header.entry to delete header entries via string matching
5# use db/filter.header.match to delete header entries via regular expressions
6# empty lines and lines starting with # are ignored
7#
8# Examples:
9#User-Agent: Mozilla/4.0 (4.0; BarOS; BazCompatible; QuxExtension; QuuxDumb)
10#
11# The following entries should always be used:
12Connection: close
13Proxy-Connection: close
14