mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
this fixes #1321
This commit is contained in:
parent
61d5f2fd53
commit
c7f1027ab9
@ -54,7 +54,7 @@ var oneDay = 24 * oneHour;
|
||||
|
||||
var projectRepositoryRoot = µBlock.projectServerRoot;
|
||||
var nullFunc = function() {};
|
||||
var reIsExternalPath = /^(file|ftps?|https?):\/\//;
|
||||
var reIsExternalPath = /^(file|ftps?|https?|resource):\/\//;
|
||||
var reIsUserPath = /^assets\/user\//;
|
||||
var reIsCachePath = /^cache:\/\//;
|
||||
var lastRepoMetaTimestamp = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user