Skip to content

Commit c7f1027

Browse files
committed
this fixes #1321
1 parent 61d5f2f commit c7f1027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var oneDay = 24 * oneHour;
5454

5555
var projectRepositoryRoot = µBlock.projectServerRoot;
5656
var nullFunc = function() {};
57-
var reIsExternalPath = /^(file|ftps?|https?):\/\//;
57+
var reIsExternalPath = /^(file|ftps?|https?|resource):\/\//;
5858
var reIsUserPath = /^assets\/user\//;
5959
var reIsCachePath = /^cache:\/\//;
6060
var lastRepoMetaTimestamp = 0;

0 commit comments

Comments
 (0)