mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #1321
This commit is contained in:
parent
61d5f2fd53
commit
c7f1027ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue