mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
this fixes #771
This commit is contained in:
parent
043f66f117
commit
064f8f0f61
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue