bool isUrlBlocked(string url)

Used to test a URL against the browser access control list. Pass in a URL and a boolean is returned (true = blocked, false = allowed). An incorrect or inaccurate URL will return false.

Security

Trust Level Required: Low trust

Parameters

Name Description
url The url to check against the browser ACL.

Return

True if the url is block, false if it is allowed.