On Mon, Oct 27, 2008 at 2:12 PM, Avi Drissman <[EMAIL PROTECTED]> wrote:
> WPAD just means use http://wpad/wpad.dat as the PAC URL. This is >> supported by Firefox on all platforms, and it is easy to support in Chrome >> ;-) >> > > Right, but the question is where the switch is. Firefox uses its own UI > (and IIRC doesn't use system proxy settings) so there's a place to turn that > on/off. There's a switch in the headers: > kSCPropNetProxiesProxyAutoDiscoveryEnable, but I don't know where that lives > in the UI. > > >> Interesting. Mozilla supports that syntax as well. Is the expectation >> that hostnames will be resolved prior to consulting that list? >> > > I'd hope so. Otherwise... eew. > > BTW, I'm splitting the "seeing if the site is on the list" per-platform. > Each platform seems to have different rules (the Mac has CIDR, Windows has > "<local>", etc). > It doesn't sound like a platform difference really. I think it would be better to just support that masking syntax in addition to globs. Or, maybe we can have an #ifdef that controls whether we support that or globs. We could also just have two separate .cc files, and only compile one or the other. Or, was there some OS API that would do the parsing and comparing for you? -Darin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
