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:
parent
fea847ab89
commit
831ce556f2
@ -296,7 +296,7 @@ Header =
|
|||||||
|
|
||||||
if /-nt/.test t
|
if /-nt/.test t
|
||||||
a.target = '_blank'
|
a.target = '_blank'
|
||||||
a.rel = 'noopener noreferrer';
|
a.rel = 'noopener';
|
||||||
|
|
||||||
$.addClass a, 'navSmall' if boardID is '@'
|
$.addClass a, 'navSmall' if boardID is '@'
|
||||||
a
|
a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user