• Links to cross-origin destinations are unsafe.

    When you link to a page on another site using the target=”_blank” attribute, you can expose your site to performance and security issues:

    • The other page may run on the same process as your page. If the other page is running a lot of JavaScript, your page’s performance may suffer.
    • The other page can access your window object with the window.opener property. This may allow the other page to redirect your page to a malicious URL.
    • Adding rel=”noopener” or rel=”noreferrer” to your target=”_blank” links avoids these issues.

      I’m getting that with these links in my colormag theme, are you able to add these as an update or offer a solution on where to add in the child theme to resolve this?

      Failing Anchors
      img
      <a href="https://twitter.com/messages/compose?recipient_id=xxxxxx7&text=I'd%20li…" class="single_ad_728x90" target="_blank" rel="nofollow">
      img
      <a href="https://twitter.com/messages/compose?recipient_id=xxxxxxx&text=I'd%20li…" class="single_ad_728x90" target="_blank" rel="nofollow">
      ColorMag
      <a href="https://themegrill.com/themes/colormag" target="_blank" rel="nofollow">
      WordPress
      <a href="https://www.ads-software.com" target="_blank" rel="nofollow">
Viewing 1 replies (of 1 total)
  • Hey @bv456 ,

    Thank you for writing in and letting us know about this.

    Our developer team will currently look into this to test and confirm if there are any such issues. I will let you know as soon as our team finishes the testing. Please wait until then.

    Thank you for your patience.

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘`rel=”noopener”`’ is closed to new replies.