e2guardian/exceptionregexpuseragentlist

11 lines
305 B
Plaintext
Raw Normal View History

2023-12-17 11:16:35 -05:00
#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"