Update README.md

pull/12/head
papuSpartan 2022-11-15 06:17:09 -06:00 committed by GitHub
parent c6839b8892
commit 30a0e7e184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ See https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions
For security reasoms you may encounter an error in the console upon restart after installing **if** you are running with `--listen` and do not include `--enable-insecure-extension-access`.
### But... I'm still getting certificate errors
This is normal. This extension is, **right now**, dealing only with Python's certificate trust store. It is **not** interacting with your system level trust store. Operating system specific trust store support may be added later, but if having to give a certificate exception at the browser level is not adequate for you then you could add the `webui.cert` to your OS's trust store which should eliminate those warnings.
## Why?