Allow lower case input too.

The ][ doesn't have lower case but the //e defaults to lower case so we need to allow both upper case and lower case (and convert to lower case before DNS lookup).
This commit is contained in:
Oliver Schmidt 2017-05-16 22:56:38 +02:00
parent e3b941008c
commit 48efd846f5

View File

@ -133,7 +133,7 @@ filter_text:
filter_url:
.byte ":/%&?+$"
filter_dns:
.byte "-ABCDEFGHIJKLMNOPQRSTUVWXYZ"
.byte "-AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"
filter_ip:
.byte "."
filter_number: