Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
v1.2.0
Describe the issue:
I am using the TSVB markdown visualisation to link to a 3rd party (partner) website, which has white-listed our domains to open their tool where there are some of our customers data (videos).
When I set the TSBV to Open in a new tab, my 3rd party session is denied. I tested with my 3rd party partner and this is because there no referral passed through.
Inspecting the elements create by these links, there are settings which block this.
For the moment, I have to use the link NOT opening in a new tab, but this should be a work around and not the solution.
The issue is: rel= noreferrer
Configuration:
Relevant Logs or Screenshots:
Open in new tab set to NO:
<a href="https://www.xxxxxx=">Link NO new tab</a>
Open in new tab set to NO:
<a href="https://www.xxxxxx" target="_blank" rel="noopener noreferrer">Link WITH new tab</a>