mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
this addresses 1st part of #99
This commit is contained in:
parent
281d4dfa92
commit
a71b9b4712
@ -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 New Issue
Block a user