You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
It seems that WebCrypto does require a secure context to run and that is not granted in non HTTPS loaded pages. It has an exception for localhost though.
We have a couple of options here:
a) Accept and notify the users that they should use SSL to load their webpages
b) Shim all the libraries for when WebCrypto is not available
I prefer option 2, although it will bloat the size of the bundle (again)..