SecurityManager.registerUriSchemeAsNoAccess
void registerUriSchemeAsNoAccess(string scheme) nothrowRegister scheme as a no-access scheme.
This means that pages loaded with this URI scheme cannot access pages loaded with any other URI scheme.
Parameters
scheme | a URI scheme |