Support Request: SiteKiosk Chromium unable to pass CloudFlare Challenges

Description

Current version of SiteKiosk Chromium fails to pass cloudflare challenges on internally hosted and external websites.

https://journals.sagepub.com/

I've updated to the latest version of SiteKiosk classic but it still seems to fail. Is there a way to update the chromium version without having to wait for a new sitekiosk release?

Answer: (1)

Re: SiteKiosk Chromium unable to pass CloudFlare Challenges 6/16/2026 6:15 PM
Hello,

Thank you for your inquiry. There is a workaround for SiteKiosk Classic Windows (with Chrome Browser Skin) by adding this command-line switch:


"remove": ["disable-site-isolation-trials"]



You can follow the steps described here:
https://devblog.provisio.com/post/2016/09/19/Starting-SiteKiosk-Windows-with-Chrome-Command-Line-Switches.aspx

Basically, replace


"remove": []


with


"remove": ["disable-site-isolation-trials"]


After saving the config in the Config Tool, it should look like this:


"browserEngine": {
  "commandLineArguments": {
    "set": [],
    "remove": [
      "disable-site-isolation-trials"
    ]
  }
} 


Note that this is not required for SiteKiosk Online.

Best regards,
Andre.
My Account
Login
Language (Tickets):