XUL proxy not works in window.open
严细浪 <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
I set proxy as my Fiddler in prefs.js:
pref("network.proxy.http", "127.0.0.1");
pref("network.proxy.http_port", 8888);
pref("network.proxy.type", 1);
I can see the access log in fiddler when call ajax call in XUL, but when I use windows.open to open an external site URL, not log found, seems it doesn't use the proxy.
Could anyone give me advice, thanks in advance.