IMAGINARY / kiosk-browser

Hardened Web Browser with Kiosk-mode
Apache License 2.0
21 stars 2 forks source link

Network restriction to localhost is broken #44

Open porst17 opened 4 years ago

porst17 commented 4 years ago

The CLI option --localhost is supposed to restrict network access to localhost (actually, 127.0.0.1), but it does nothing ATM. Looks like the Chromium CLI switch --host-rules is no longer available.

So we have to look for a replacement or remove this feature.

malex984 commented 4 years ago

option works fine in kiosk-browser-0.12.0.AppImage (and at least in v0.11.1)... (on Linux 16.04)

malex984 commented 4 years ago

@porst17 Mac OS X-related issue?

porst17 commented 4 years ago

I tested on Linux as well. Maybe I screwed something up during testing. Will re-test and report back when I have some spare time for it.