1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04: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
+1 -1
View File
@@ -53,7 +53,7 @@ define(
else { else {
//Open in new tab //Open in new tab
window.open(href, '_blank'); window.open('http://www.dereferer.org/?' + encodeURI(href), '_blank');
} }
} }
}; };