Alex, Nicole L wrote: > > I'm trying to avoid creating two different AutoConfig configurations > for our environment that the only difference is the proxy settings. > Has anyone used the ability to run a JavaScript after CCK2 to do > these kinds of changes? If so, has there been any issues or > conflicts with resetting a preference?
Without knowing exactly what proxy settings you are tying to set, if it is to select different proxy servers based, say, on client address, it may be better to use proxy autoconfig file/server (https://en.wikipedia.org/wiki/Proxy_auto-config) That said, it is perfectly possible to do different config settings in a autoconfig cfg file - on our Linux install, we set various preferences based on environment variables that are are defined in the user's shell - and this is done outside any settings that are made by the CCK2 part of our autoconfig file I believe it is also possible to access registry settings in a Windows environment from the autoconfig file James Pearson _______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

