add note about browser security warnings
parent
c5e1ab0d0c
commit
e3f77a877b
|
|
@ -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
|
||||

|
||||
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue