Http header

Hello,

On the dashboard, we find the meta name=“referrer” content=“same-origin” tag in the HTML header. Is it possible to remove this tag?

I’m asking this question because it’s preventing me from displaying my dashboard on my WebOS TV. I want to integrate my dashboard into a WebOS application. When I test this application on a computer, it works fine. However, the TV blocks access to the dashboard because of this tag.

Thank you for your help.

Which tag?

Thank you, meta referrer

Maybe it can be done with NGinX in front of the server HA and then the WebOS connects to the NGinX server, which allows much more user control with the HTTP stream.

Thank you for your help.
I will try that.