lakesare / memcode

Spaced-repetition: with real formatting.
http://memcode.com
MIT License
335 stars 72 forks source link

Refactored code to use noopener noreferrer selectively #56

Closed kgashok closed 4 years ago

kgashok commented 4 years ago

Referred https://searchenginelaws.com/seo/what-is-rel-noopener-noreferrer-tag/

When you use target=”_blank” for external site link in your web page content, then always include rel=”noopener” or rel=”noreferrer” attribute.

lakesare commented 4 years ago

I see why you'd add this explanation, and that's usually a good idea, but this isn't necessary in this case, these props are widely known (thanks to eslint), and any Js developer will read them and know why they are here.