We should consider adding noreferrer but it doesn't make sense to add it only for new tab links. #2403

This commit is contained in:
ccd0 2019-08-26 19:15:33 -07:00
parent fea847ab89
commit 831ce556f2

View File

@ -296,7 +296,7 @@ Header =
if /-nt/.test t
a.target = '_blank'
a.rel = 'noopener noreferrer';
a.rel = 'noopener';
$.addClass a, 'navSmall' if boardID is '@'
a