add
Adds a trusted server to the registry
// Add a trusted server
TrustedServers.add('my.server.com', 80);Content copied to clipboard
Parameters
host
The host to be added.
port
The port used to access the host.
Adds a trusted server to the registry
// Add a trusted server
TrustedServers.add('my.server.com', 80);The host to be added.
The port used to access the host.