-
Notifications
You must be signed in to change notification settings - Fork 0
Browser Support and Compatibility
Detail the compatibility of the rel="noopener noreferrer"
attribute across different web browsers. Ensure developers understand that this attribute is widely supported and can be safely used in most modern browsers without issues.
1. rel="noopener"
and rel="noreferrer"
:
- The
rel="noopener"
attribute prevents the new page from accessing the original page’s browsing context, enhancing security. - [The](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noreferrer)https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noreferrer.
- Together, they create a safer browsing environment.
rel="noopener noreferrer"
to enhance security and privacy simultaneously.
2. Browser Support:
- The majority of modern browsers support
noopener
. - If
noopener
is not supported, you can usenoreferrer
. - In practical terms, it makes sense to use both (
noopener noreferrer
) to support older browsers as well. - [However,](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noreferrer)https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noreferrerhttps://pointjupiter.com/what-noopener-noreferrer-nofollow-explained/https://webmasters.stackexchange.com/questions/132802/noopener-noreferrer-what-do-you-really-need-to-use-nowadays-discussion.
rel="noopener noreferrer"
enhances security and indirectly contributes to a better user experience! 😊
If you have any questions or need further assistance, please feel free to contact us.
- Email: [mailto:[email protected] [email protected]]
- Phone: +27 83 380 7950
- Website: [https://www.skunkworks.africa Skunkworks Africa]
Stay connected with us through our social media channels.
- [https://www.linkedin.com/company/skunkworksza/ LinkedIn]
- [https://twitter.com/skunkworksza Twitter]
- [https://www.facebook.com/skunkworksza/ Facebook]
We welcome contributions to enhance and improve this project. Please read our [https://github.com/Skunkworks-Lab-Services/noopener-noreferrer-demo/blob/main/CONTRIBUTING.md Contribution Guidelines] before submitting any changes.
This project is licensed under the MIT License. See the [https://github.com/Skunkworks-Lab-Services/noopener-noreferrer-demo/blob/main/LICENSE.md LICENSE] file for details.