FriendsOfFlarum / links

Manage Flarum primary navigation links
MIT License
37 stars 11 forks source link

Add noopener and noreferrer rel to links #34

Closed davwheat closed 3 years ago

davwheat commented 3 years ago

Some links will likely be cross-domain, and adding rel="noopener noreferrer" is considered best practice.

More info: https://web.dev/external-anchors-use-rel-noopener

(I'll happily PR this, but if I haven't by Sunday, just ping me a reminder below.)