1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00:00

new: Redirect through dereferer.org for external links

This commit is contained in:
Mark McDowall 2014-02-27 16:17:18 -08:00
parent a2953ec344
commit 645d44bf8f

View file

@ -53,7 +53,7 @@ define(
else {
//Open in new tab
window.open(href, '_blank');
window.open('http://www.dereferer.org/?' + encodeURI(href), '_blank');
}
}
};