Salut
Bah je t’avais prévenu qu’il était pas sexy mon fichier ^^
Bon j’ai essayé d’utiliser ton script, en faisant comme ça
function FindProxyForURL(url, host) {
// our local URLs from the domains below example.com don't need a proxy:
if (shExpMatch(url,"localhost*")) {return "DIRECT";}
if (shExpMatch(url,"127.0.0.1/*")) {return "DIRECT";}
if (shExpMatch(url, "*192.168.10.*:*/*")) {return "DIRECT";}
}
Malheureusement, aucune amélioration…
Aurais tu encore des idées ?