-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hello!
I have a suggestion after reading the 04-end-to-end-encrypted-communication-technology-protocol-based-on-did.md document.
In the doc, Websocket secure (wss://) is unnecessary because the protocol already handles strong E2E encryption itself. I agree with the security of this approach.
However, I'm concerned that major browsers like Chromium block insecure context connection including websocket (ws://) when the web app is running over secure context like https://. This would make ANP hard to utilize for most web applications. chromium issue ref
It would be ok if the above case is not a target area, but since the goal of ANP is to "leverage existing infrastructure" I wanted to point this out.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels