bool isUrlBlocked(string url)

Checks the browsing ACL to determine whether a URL would be blocked

Security

Trust Level Required: Low Trust

Parameters

Name Description
url string
The URL to check against the browsing ACL.

Return

True if the page would be blocked by the browsing ACL.

Examples


if(KioApp.isUrlBlocked("www.google.com")) {
	alert("The URL www.google.com was blocked by the Browsing ACL");
}

Requirements

KioWare OS (Linux®) version 1.0 or greater.


Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.