mention secure context in readme
This commit is contained in:
parent
51c4238584
commit
1599edb83c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue