Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
What is rel=”noopener” tag?
#6
As intrusive as it may seem, it is actually a security solution to prevent malicious links from gaining control of an open tab. Usually, the window.opener Javascript object can be used to control a parent window (your current tab) by using a child window (the newly opened tab).

Hackers can use this feature to change the user's open website with a fake and steal information, such as login details. Here is an example of a website showing how window.opener can hijack your tab.

To avoid this, rel="noopener"is the tag that blocks the use of the window.opener Javascript object . If window.opener does not work, one tab can not control another tab.


Messages In This Thread
What is rel=”noopener” tag? - by siva s - 02-04-2019, 07:48 AM
RE: What is rel=”noopener” tag? - by hema29 - 02-08-2019, 05:06 AM
RE: What is rel=”noopener” tag? - by lata21 - 02-20-2019, 04:26 AM
RE: What is rel=”noopener” tag? - by ademar - 02-21-2019, 05:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)