mirror of https://github.com/gorhill/uBlock.git
this fixes #771
This commit is contained in:
parent
043f66f117
commit
064f8f0f61
|
@ -55,7 +55,7 @@ var oneDay = 24 * oneHour;
|
|||
var projectRepositoryRoot = µBlock.projectServerRoot;
|
||||
var thirdpartiesRepositoryRoot = 'https://raw.githubusercontent.com/gorhill/uAssets/master/src';
|
||||
var nullFunc = function() {};
|
||||
var reIsExternalPath = /^https?:\/\/[a-z0-9]/;
|
||||
var reIsExternalPath = /^[a-z]+:\/\//;
|
||||
var reIsUserPath = /^assets\/user\//;
|
||||
var lastRepoMetaTimestamp = 0;
|
||||
var lastRepoMetaIsRemote = false;
|
||||
|
|
Loading…
Reference in New Issue