Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Move key in query parameter to hash parameter

Choose a tag to compare

@leonwind leonwind released this 21 Mar 20:15
· 63 commits to master since this release
eb30c5d

Fixes #10 e2ee vulnerability since the query parameter gets sent to the webserver as well and thus the password to encrypt the data.
Moves ?key=123 to #key=123.