This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ProxyPAC example | |
// Don't use it without modifications to the tables. | |
// Direct domain names | |
// List of domains that do need to go through the proxy | |
var Direct = new Array( | |
"*.example.com", | |
"example.com", | |
"*.example.net", | |
"example.net", |