mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Was ignoring "/" -- the main web page!
This commit is contained in:
parent
24794afa2c
commit
00932f72b0
@ -92,7 +92,7 @@ while (<STDIN>) {
|
||||
}
|
||||
|
||||
chomp;
|
||||
if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S+) HTTP@) {
|
||||
if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S*) HTTP@) {
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user