Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43187, comment 24


Ignore:
Timestamp:
02/01/2018 09:25:14 PM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43187, comment 24

    initial v1  
    33Thinking that we should implement this security hardening in as many browsers as possible. Firefox now supports `rel="noopener"`, but Edge still doesn't: https://caniuse.com/#feat=rel-noopener. So we should probably add `noreferrer` there too.
    44
    5 Good explanation of how this works and what it does: https://mathiasbynens.github.io/rel-noopener/.
     5Good explanations of how this works and what it does: https://mathiasbynens.github.io/rel-noopener/.
     6More info at Google's Lighthouse (webpage quality checker): https://developers.google.com/web/tools/lighthouse/audits/noopener.