From 1937aac9b0e7c828dd84a764b6af9d81bf6c26cc Mon Sep 17 00:00:00 2001 From: NI Date: Sun, 24 Apr 2022 10:57:09 +0800 Subject: [PATCH] Update README.md to describe things more clearly --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef43c50..cded091 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Here is all the options of a configuration file: // specified host is allowed to access "HostName": "localhost", - // Web interface access password. Set to empty to allow public access + // Web interface access password. Set to empty to allow public access to the + // web interface (By pass the Authenticate page) "SharedKey": "WEB_ACCESS_PASSWORD", // Remote dial timeout. This limits how long of time the backend can spend @@ -351,8 +352,9 @@ gone afterwards. ### Why I got error "TypeError: Cannot read property 'importKey' of undefined" -It's usually because your web browser does not support WebCrypt API, or the -support has been disabled. +It's usually because your web browser does not support WebCrypt API (such as +`window.crypto.subtle` or anything under `window.crypto`), or the support has +been disabled. If you're using Google Chrome, please connect Sshwifty with HTTPS. Chrome will disable WebCrypt and many other APIs when the connection is not safe.