I have my own hosted DrawIO. When I pass URL paramters such as: https://myurl.com:8443/draw/?stealth=1 The DrawIO comes up without any storage options except Device. This is expected behavior based on the documented URL parameters for DrawIO seen here : Click Here
If I use that URL in the plugin configuration (i.e. //myurl.com:8443/draw/?stealth=1 ) the URL parameters are ignored.
My environment is a network without Internet access, so I am wanting to disable certain DrawIO options.
I have my own hosted DrawIO. When I pass URL paramters such as:
https://myurl.com:8443/draw/?stealth=1
The DrawIO comes up without any storage options except Device. This is expected behavior based on the documented URL parameters for DrawIO seen here : Click HereIf I use that URL in the plugin configuration (i.e.
//myurl.com:8443/draw/?stealth=1
) the URL parameters are ignored.My environment is a network without Internet access, so I am wanting to disable certain DrawIO options.
Is this possible?