Commit 857b1949 authored by Nils Goroll's avatar Nils Goroll

downcase all keys - we also match on downcased user-agent

parent ba33583b
......@@ -640,6 +640,8 @@ foreach (split(/[\n\r\f]/, $$dbref)) {
die "empty type on line ".$line
unless (defined($type) && ($type ne ""));
$key = lc($key);
# remove any subkey which is wholly contained in another subkey
# sort reverse by length, only remove shorter ones
my @sks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment