Update README.md to describe things more clearly
This commit is contained in:
@@ -120,7 +120,8 @@ Here is all the options of a configuration file:
|
|||||||
// specified host is allowed to access
|
// specified host is allowed to access
|
||||||
"HostName": "localhost",
|
"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",
|
"SharedKey": "WEB_ACCESS_PASSWORD",
|
||||||
|
|
||||||
// Remote dial timeout. This limits how long of time the backend can spend
|
// 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"
|
### 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
|
It's usually because your web browser does not support WebCrypt API (such as
|
||||||
support has been disabled.
|
`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
|
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.
|
disable WebCrypt and many other APIs when the connection is not safe.
|
||||||
|
|||||||
Reference in New Issue
Block a user