Page 1 of 1

Solved White listing Websites in kios config

Posted: 10 Oct 2017, 16:34
by bsnead
When I whitelist a website in the Porteus kiosk config the website gets blocked. I am using chrome for the browser my config looks like this
[[ GLOBAL]]

kiosk_config=server://config1.txt
connection=wifi
dhcp=yes
wifi_encryption=wpa
wpa_password=xpr355+1
ssid_name=xpress
browser=chrome
client_id=automatic
homepage_check=If Internet or webpage is not available - please contact your administrator
homepage=http://www.samsxpress.com
allow_icmp_protocol=yes
whitelist=samsxpress.com
whitelist=samsxpresscarwash.com
root_password=root
kiosk_server=199.47.226.211:443
volume_level=51%
timezone=America/New_York
vnc_interactive=yes
vnc_password=root
wake_on_lan=yes
additional_components=09-x11vnc.xzm uefi.zip 08-ssh.xzm

[[4-06-320-EC-3D]]
hostname=SX312

please help I have read the instructions on your website for parameters but i am confused what im doing wrong

White listing Websites in kios config

Posted: 10 Oct 2017, 17:08
by fanthom
See here:
http://porteus-kiosk.org/remote-managem ... quirements

Code: Select all

f) If you double parameters in the config then only first one will be processed by the system
and here:
http://porteus-kiosk.org/parameters.html#whitelist

Delete doubled 'whitelist=' parameter and use this:

Code: Select all

whitelist=samsxpress.com samsxpresscarwash.com
Please post kiosk related questions in kiosk section of the forum.

Thanks