GUI V2 Disable CORS for VRM Remote Console

Currently the V2 gui in VRM is CORS locked to the victron domain. Whilst in general this is good practise it does limit access to the V2 gui from any non victron based automations / dashboards.

As an example, I use home assistant both at home and on my sailboat. It is very useful to have a dashboard within these which acts as a mirror to the physical Cerbo touch display.

I frequently access these remotely (ie: from work), and therefore I cannot use the local web ui as this is not available (and I wouldn’t want to make it available). I tried adding the full screen remote console to my dashboard ( https://vrm.victronenergy.com/remote-console-2/<installationid> ) however this cannot be loaded as the content security policy has been set to “content-security-policy:frame-ancestors victron-presentation.51north.dev ‘self’” preventing using the ui in an embedded frame.

Is it possible to change this (only for the remote-console-2 page) so that we can use the GUI in a web based dashboard.