mention secure context in readme

This commit is contained in:
1e99 2024-11-04 23:25:09 +01:00
parent 51c4238584
commit 1599edb83c

View file

@ -21,7 +21,7 @@ When someone views the password, PassED looks at the URL. It knows the password
This model ensures that a malicous host can not read the passwords.
## Installation
Installation can be done with docker compose or from source.
Installation can be done with docker compose or from source. As the website uses the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) it needs to be in a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts). That means that you will need to access the website via "localhost" or HTTPS.
### Docker Compose
```yaml
services: