-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HTTPS with Umbrel to allow more browser APIs for web apps #1731
Comments
Here are all the APIs currently requiring a secure context: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts/features_restricted_to_secure_contexts |
Related issue: getumbrel/umbrel-apps#785, Mutiny Wallet was unable to be added to Umbrel for the above mentioned issues. The app I was going to submit but was blocked due to this restriction is called Cipherchat (cipherchat.app), and I am sure there are many others that would list on Umbrel if all the native browser APIs were supported! |
Second this. HTTPS has been a request for many years. Please make it happen. |
Tailscale and cloudflared have been added via official & unofficial repos though these aren't really genuine solutions, https would be such an advantage and something that could actually make umbrel something that I could trust |
Duplicate: #546 |
Hello,
I was wondering if it would be possible to use HTTPS with Umbrel? One of the reasons is that some apps that could be listed on the Umbrel app store use the
SubtleCrypto
browser API and this is only available in a secure context (HTTPS). So web apps using these encryption methods would not work on Umbrel currently. There are other browser APIs that are also only available over HTTPS but this is an important one to be able to use.Reference to the Web Crypto API: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto
Thanks
The text was updated successfully, but these errors were encountered: