endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

Tell Kolibri to bind only to localhost #132

Open wjt opened 1 year ago

wjt commented 1 year ago

By default, Kolibri binds to 0.0.0.0, which is secret code for "all interfaces". I believe this is why Windows shows a "Security Alert" on first run of the app.

Instead, tell Kolibri to only listen on 127.0.0.1, which is localhost.

Also includes a naïve, completely untested and probably-wrong patch to work around https://github.com/learningequality/kolibri/issues/10893.

Fixes #135

wjt commented 1 year ago

The naïve etc. patch doesn't work. Hitting the same exception. Not sure why.