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 changed files with 1 additions and 1 deletions

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');
}
}
};