add note about browser security warnings

pull/12/head
papuSpartan 2022-11-26 01:45:17 -06:00 committed by GitHub
parent c5e1ab0d0c
commit e3f77a877b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -27,8 +27,10 @@ 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.
### But... I'm still getting certificate errors / I'm getting warnings
![warning](https://i0.wp.com/DeployHappiness.com/wp-content/uploads/2019/02/01.png?resize=442%2C230&ssl=1)
If you are in fact connecting to the link output by the webui console, this is **expected**, do not be alarmed. 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.
Here's how to do that on some common platforms: