Luzifer / ots

One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser
https://ots.fyi
Apache License 2.0
443 stars 70 forks source link

Add warning when using non-localhost, non-https connection #184

Open ipod86 opened 2 months ago

ipod86 commented 2 months ago

I installed luzifer/ots using the provided docker compose under portainer.

When creating a secret nothing happens and the loading circle rotates constantly.

Screen_Recordin-1720464722162

Luzifer commented 2 months ago

You're accessing the site through http. The WebCrypto-API used for the en-/decryption requires access either on http://localhost or using TLS.

Shoud add a warning in the frontend when this is the case…