Page 1 of 1

Website opening result a White Page [SOLVED]

Posted: 22 Jun 2021, 08:09
by Irwin
HI,

on latest Porteus Kiosk FIREFOX version, this website give a whitepage as result:

https://gis.urban.brussels

Other websites work without problems.

I have the site in tab and in whitelist. This has been tested without whitelisting as well.

Any ideas,

Thx for help

Website opening result a White Page

Posted: 22 Jun 2021, 08:56
by fanthom
Hello Irwin,

Turns out this webpage needs geolocation feature enabled in the browser.
We have it disabled in the kiosk by default for privacy reasons.

Please use this parameter:
https://porteus-kiosk.org/parameters.ht ... references

and add following preference to it:

Code: Select all

user_pref("geo.enabled", true);
That will make it working.

Thanks

Website opening result a White Page

Posted: 22 Jun 2021, 09:58
by Irwin
Thx a lot it works