]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www: stricter regexp for 405 errors
authorEric Wong <e@yhbt.net>
Tue, 4 Feb 2020 04:44:21 +0000 (04:44 +0000)
committerEric Wong <e@yhbt.net>
Tue, 4 Feb 2020 21:39:50 +0000 (21:39 +0000)
We want to match "GET" and "HEAD" exactly, not requests which
start with "GET" or end with "HEAD".  This doesn't seem like
a real problem for public-inboxes which are actually public
data anyways.


No differences found