10 lines
305 B
Text
10 lines
305 B
Text
#Exception User-Agent based on regular expressions
|
|
#
|
|
# E.g. ' .*MSIE' would allow several versions of Internet Explorer
|
|
# (assuming the user-agent is not being spoofed by the client)
|
|
#
|
|
# Usefull for allowing 'apps' to work
|
|
# E.g. 'Kindle' would make kindle app an exception
|
|
|
|
#listcategory: "user-agent"
|
|
|