Hi, I’m trying to build a robotics dashbord app. Long story short, I want to show an img with an src of http (the camera server doesn’t support HTTPS), but it gets auto-upgraded to HTTPS.
I tried playing with the csp/security config but that didn’t work.
Is there a way I can make something like this work in Tauri?
<img src=“http://192.168.100.100”>