Hi @knk , always a pleasure to hear from you!
Actually it is definitely a supported feature to work without internet but it works just normal in my testing. You sure it is about just loosing internet connection or did you more like activate a firewall that "drops" requests to the internet instead of rejecting them?
Anyway, so there should be only a single dependency in webint that connects to the internet at all, it is google analytics (for reporting anonymous usage statistics). I should add a setting to turn this one off completely but unfortunately currently you can't do that. What you can try is to alter c:\windows\system32\drivers\etc\hosts and add a new line like this:
Code: Select all
127.0.0.1 www.googletagmanager.com
You might need to copy the file first to desktop, then alter it and after that move the file back to /etc folder.
But be aware, you would need to do that actually on the Client side, not on webinterface server side.