Example: web.set_proxy_bypass
The following example specifies that scripts access all local hosts and all www.abc.com sites directly, without using the proxy server:
web.set_proxy_bypass("<local>;www.abc.com");
Note that the warning message can be ignored:
Warning: The string 'local' with parameter delimiters is not a parameter.