formie icon indicating copy to clipboard operation
formie copied to clipboard

Remove noopener noreferrer nofollow for internal links opened in a new tab

Open sarahnoweb opened this issue 4 months ago • 2 comments

Question

Is it possible to remove the rel attribute with noopener noreferrer nofollow for internal links which are being opened in a new tab?

Additional context

I have a checkbox for the GTC and data privacy which I want to open in a new tab but since they are internal links I don't want to have the rel attribute.

sarahnoweb avatar Oct 27 '25 10:10 sarahnoweb

Do you mean for rich text content links, when set to open in a new window, that they contain these rel attributes?

I suppose they're there for 90% of the time new window links would be external, and I don't really want to introduce another option for clients to pick (or incorrectly not pick_) for a link being external, where those attributes are added.

I'll see what I can do about handling this in some fashion.

engram-design avatar Oct 27 '25 22:10 engram-design

Yes - I have a checkbox and in the description field I have a link to the data privacy which is an internal page/entry. I want to open a new tab so the user does not loose the focus of the form.

sarahnoweb avatar Oct 30 '25 13:10 sarahnoweb