luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Add rel="noopener" to target="_blank" #2023

Closed yaspav closed 4 years ago

yaspav commented 4 years ago

rel="noopener" should be added to links containing target="_blank" for performance and security reasons. For more information, please refer to the following article https://developers.google.com/web/tools/lighthouse/audits/noopener. If there is a need to support older browsers (Chrome < 49, Opera < 36, Firefox < 52) rel="noopener noreferrer" should be added.