~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/config/ae_ua.config

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ---------------------------------------------------------------------------------------
 
2
# Accept-Encoding/User-Agent filtering Configuration file.
 
3
# This file can include an unlimited number of regular expressions or simple strings for
 
4
# User-Agents headers filtering.
 
5
# If the request User-Agent header matches the regular expression, Accep-Encoding header 
 
6
# will be verified/changed/removed in order to disable the acceptance of any compressed data.
 
7
# Please keep in mind that Traffic Server has some predefined regular expressions
 
8
# for well-known "bad" clients.
 
9
# Traffic Server supports the following format for this file:
 
10
# <string_type> <string>
 
11
# where <string_type> can be:
 
12
#       .substring - check only lead substring in User-Agent header (case sensitive) 
 
13
#       .string - the same as .substring
 
14
#       .substring_ncase - check only lead substring in User-Agent header (case insensitive) 
 
15
#       .string_ncase - the same as .substring_ncase
 
16
#       .regexp - POSIX regular expression
 
17
#       
 
18
#       <string> - valid POSIX regular expression if ".regexp" string type was specified
 
19
#                  or arbitrary ascii string for other string types
 
20
# ---------------------------------------------------------------------------------------
 
21
# For example:
 
22
# .regexp Mozilla/4.[0-9].*
 
23
# .string Mozilla/4.0