remove
Removes a trusted server from the registry
// Remove a trusted server
TrustedServers.remove('my.server.com', 80);
Content copied to clipboard
Parameters
host
The host to be removed.
port
The port used to access the host.
Removes a trusted server from the registry
// Remove a trusted server
TrustedServers.remove('my.server.com', 80);
The host to be removed.
The port used to access the host.