1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 16:49:39 +02:00
This commit is contained in:
gorhill 2016-01-30 19:16:30 -05:00
parent 61d5f2fd53
commit c7f1027ab9

View File

@ -54,7 +54,7 @@ var oneDay = 24 * oneHour;
var projectRepositoryRoot = µBlock.projectServerRoot; var projectRepositoryRoot = µBlock.projectServerRoot;
var nullFunc = function() {}; var nullFunc = function() {};
var reIsExternalPath = /^(file|ftps?|https?):\/\//; var reIsExternalPath = /^(file|ftps?|https?|resource):\/\//;
var reIsUserPath = /^assets\/user\//; var reIsUserPath = /^assets\/user\//;
var reIsCachePath = /^cache:\/\//; var reIsCachePath = /^cache:\/\//;
var lastRepoMetaTimestamp = 0; var lastRepoMetaTimestamp = 0;