SecurityManager.registerUriSchemeAsLocal

Register @scheme as a local scheme. This means that other non-local pages cannot link to or access URIs of this scheme.

class SecurityManager
void
registerUriSchemeAsLocal
(
string scheme
)

Parameters

scheme string

a URI scheme

Meta