add https restriction warning

pull/163/head
robinmoisson 2023-03-30 19:05:48 +02:00
rodzic 7385886969
commit 4235b65637
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9419716500078583
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,8 @@ There are a few breaking changes, but they should be easy to fix. If you have an
### Breaking changes
3.x works with WebCrypto exclusively, which is only available on HTTPS and localhost. If you need access to the file over HTTP, you'll need to stay on 2.x.
#### The CLI
When encrypting `secret.html`, the CLI will now create a folder with your encrypted file `encrypted/secret.html`. It will not create a `secret_encrypted.html` file anymore.