#61359 closed defect (bug) (invalid)
No Opener
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
What is the difference between noopener
and noreferrer
on thetradetable.com?
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi! Both are nearly obsolete security precautions when opening links in a new tab. The
noreferrer
was added for browsers that did not supportnoopener
, and now thenoopener
is assumed withtarget="_blank"
in modern browsers.https://mathiasbynens.github.io/rel-noopener/
Of course, if you open the page/resource in the same tab, WordPress would not add those attribute values.