1. Manually add proxy settings in the profile
~/.mozilla/firefox/zv5y8ws0.default/extensions/
[email protected]/profile/user.js (zv5y8ws0 is a random value,
and the whole path may be different on your environment)

2. Example of minimum settings to add:
   user_pref("network.proxy.http", "140.113.243.149");
   user_pref("network.proxy.http_port", 8888);
   user_pref("network.proxy.ssl", "140.113.243.149");
   user_pref("network.proxy.ssl_port", 8888);
   user_pref("network.proxy.type", 1);

3. The doc
https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Intercepting_traffic_using_a_proxy
helps you to understand more.

Best Regards,
Shian-Yow

2014-12-20 1:42 GMT+08:00 <[email protected]>:

> Hello;
>
> I'm trying to develop some apps with geolocation for FOS using simulator
> 2.0. My internet connection is through a proxy server and the simulator
> doesn't seem to be using the proxy settings of the navigator correctly.
>
> From the App Manager everything works fine, I can even install some hosted
> apps to the simulator, however when I try to surf the web or when I open an
> app which needs to connect to internet, it fails.
>
> How or where do I configure FOS simulator's proxy?
>
> Thanks in advance
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
>



-- 
Shian-Yow
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to