We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d5f2f commit c7f1027Copy full SHA for c7f1027
src/js/assets.js
@@ -54,7 +54,7 @@ var oneDay = 24 * oneHour;
54
55
var projectRepositoryRoot = µBlock.projectServerRoot;
56
var nullFunc = function() {};
57
-var reIsExternalPath = /^(file|ftps?|https?):\/\//;
+var reIsExternalPath = /^(file|ftps?|https?|resource):\/\//;
58
var reIsUserPath = /^assets\/user\//;
59
var reIsCachePath = /^cache:\/\//;
60
var lastRepoMetaTimestamp = 0;
0 commit comments