Skip to content

Commit 67f0bff

Browse files
Merge pull request #65 from teddy-gustiaux/develop
Merging develop for 2.10.0
2 parents 46d913e + 97a0a52 commit 67f0bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/background/utils/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Utils {
4949
) {
5050
return true;
5151
}
52-
const extraProtocols = ['file:', 'about:', 'moz-extension:'];
52+
const extraProtocols = ['file:', 'about:', 'moz-extension:', 'chrome:'];
5353
const url = new URL(urlString);
5454
return extraProtocols.indexOf(url.protocol) !== -1;
5555
}

src/vendor/css/bulma.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)