I'm encountering a problem where Automatic1111(Stable Diffusion web UI) prevents me from installing extensions because of a conflicting command line flag.
The issue is that I can't identify which file contains this flag.
I have already opened and inspected nearly all relevant files, including webui-user.sh, webui.sh, and webui.bat in a text editor, but my efforts have been unsuccessful.
Here is a screenshot of the error message that appears when I try to check for updates in Automatic1111:
The only solution that worked for me was to manually start the Automatic1111 WebUI from the terminal using the command line flag:
--enable-insecure-extension-access
You can see this in the screenshot below:
I would like to resolve this issue permanently.