Support Request: Access denied error on every page

Description

Hi,

I seem to be receiving an "Access Denied" error when any page is opened in SiteKiosk, despite the page being allowed in the configuration, it even happens on the home page.

I have added the wild card in allowed sites for https://ekccu.com/* but still seem to be getting the error. I have pasted what I think may be causing the problem from the log file but I don't really know what this means, would you be able to take a look?


20 03ec 2019-03-07 09:21:25 -0700 [SiteKiosk] Navigation: https://www.ekccu.com/Personal/
20 0000 2019-03-07 09:21:27 -0700 [SiteKiosk] According to the scheme rules (data) the navigation to data:text/html,<html><body><script type=\"text/javascript\">var r={},v=\"xv9s0o99blh\";try{var c=document.createElement(\"canvas\"),x=c.getContext(\"2d\");x&&(x.font=\"18pt sans-serif\",x.textBaseline=\"top\",x.fillText(\"Hel$&?6%){mZ+#@\",2,2)),r={p:c.toDataURL(\"image was canceled.
20 0000 2019-03-07 09:21:27 -0700 [SiteKiosk] According to the scheme rules (data) the navigation to data:text/html,<html><body><script type=\"text/javascript\">var r={},v=\"xv9s0o99blh\";try{var c=document.createElement(\"canvas\"),x=c.getContext(\"2d\");x&&(x.font=\"18pt sans-serif\",x.textBaseline=\"top\",x.fillText(\"Hel$&?6%){mZ+#@\",2,2)),r={p:c.toDataURL(\"image was canceled.


Thanks,
Daniel

Answer: (2)

Re: Access denied error on every page 3/7/2019 9:20 PM
Close the SiteKiosk configuration editor and open your config file in Notepad. Search for the following:

 <scheme name="data" desc="data" allowed="false" />

And change it to this:

 <scheme name="data" desc="data" allowed="true" />

Save and test.

Note that the data: scheme is not allowed by default in SiteKiosk for security reasons. See for example the security issues section on this page: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs. ]
Re: Access denied error on every page 3/7/2019 11:31 PM
That worked thank you very much.
My Account
Login
Language (Tickets):