File: filter.header.add

package info (click to toggle)
ffproxy 1.6-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 904 kB
  • sloc: ansic: 2,311; asm: 578; sh: 425; makefile: 93
file content (13 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# db/filter.header.add
#
# put header entries to add to outgoing headers here
# use db/filter.header.entry to delete header entries via string matching
# use db/filter.header.match to delete header entries via regular expressions
# empty lines and lines starting with # are ignored
#
# Examples:
#User-Agent: Mozilla/4.0 (4.0; BarOS; BazCompatible; QuxExtension; QuuxDumb)
#
# The following entries should always be used:
Connection: close
Proxy-Connection: close