Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam
2020-04-29 22:27:46 +02:00
7 changed files with 9 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ if (utils.isElectron()) {
});
}
if (params.linkURL.length !== 0 && params.mediaType === 'none') {
if (!["", "javascript:", "about:blank#blocked"].includes(params.linkURL) && params.mediaType === 'none') {
items.push({
title: `Copy link`,
uiIcon: "copy",