mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this addresses 1st part of #99
This commit is contained in:
parent
281d4dfa92
commit
a71b9b4712
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ var renderStats = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
var isHTTP = /^https?:\/\/[a-z]/.test(stats.pageURL);
|
||||
var isHTTP = /^https?:\/\/[0-9a-z]/.test(stats.pageURL);
|
||||
|
||||
// Conditions for request log:
|
||||
// - `http` or `https` scheme
|
||||
|
|
|
|||
Loading…
Reference in a new issue