Hi,
I am accessing my grafana instance through a iframe to put in my website. The problem is, when I force kiosk mode, the users can just inspect element and remove the “?kiosk” from the link and access the whole grafana instance (especially other dashboards the users isn’t supposed to see).
So I run a backend proxy so a dummy link in the iframe accesses the actual link via the little proxy server.
This is the problem I run into:
Tried deleting my browsers cache, didn’t work
Treid another browser (firefox), didn’t work
Tried setting serve_from_sub_path to true, didn’t work
Accessing the actual link through a iframe does works.
Anybody have a solution? Or a work-around?