OpenDataCapture icon indicating copy to clipboard operation
OpenDataCapture copied to clipboard

Playground does not work in insecure contexts

Open joshunrau opened this issue 10 months ago • 2 comments

Consider replacing crypto methods with something else:

https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID

joshunrau avatar Mar 10 '25 19:03 joshunrau

To give context / a reminder for this issue - if you have a playground being hosted on a machine behind a firewall (e.g. http), and try to access it via another machine on the network, the crypto function will cause the playground to crash.

thomasbeaudry avatar Mar 10 '25 19:03 thomasbeaudry

Does this work for self-signed contexts?

gdevenyi avatar Mar 10 '25 19:03 gdevenyi