Skip Navigation

[Resolved] noopener noreferrer automatically set if using target="blank"

This support ticket is created 4 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 4 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#1574049
anbieterverzproblem.jpg

After saving the view template with this code

<a href="[types field='webseite' raw='true'][/types]" target="_blank" rel="nofollow">[types field='webseite' raw='true'][/types]</a>

the editor automatically add noopener noreferrer when using target="_blank"

<a href="[types field='webseite' raw='true'][/types]" target="_blank" rel="nofollow noopener noreferrer">[types field='webseite' raw='true'][/types]</a>

Link to a page where the issue can be seen:

hidden link

Where i can disable this?

#1575543

Hi Christian,

Thank you for contacting us and I'd be happy to assist.

The rel="noopener noreferrer" attribute is added to links with target="_blank" attribute by WordPress itself, since 4.7.4 version.

You can learn more about the background information and how to disable it from these guides:
hidden link
hidden link

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar