Hi, I was testing use of proxy in my device(KEON), in my country(Cuba) this is one feature very important for the phone because this is the way to connect internet, i am glad to find a way to do this in firefox OS, some users not even think in firefox OS if this feature not is present.
Returning to the subject, I changed (prefs of proxy) through of WebIDE based in the information this thread in the list and works fine for me, but i see that when i disconnected the wifi, the prefs (proxy.http, proxy.http.port, proxy.ssl and proxy.ssl.port) reset to default, blank and zero respectively, while (proxy.socks, proxy.ftp and others) keep the value changed, ah proxy.type return to value 5(proxy.type=1 fine for me), why some prefs keep value and prefs for (http and ssl) not?. I looked inside the file (prefs.js) in the device profile and the (prefs), changed for me, it was written there, but the others(http and ssl), were not in the file. How complicated would be implement this feature in gaia?(setting app) i suppose. Best Regards Pochy Mozilla Cuba 2015-04-02 18:42 GMT-04:00 Shian-Yow Wu <[email protected]>: > Hi, > > Yes, this is because of a new feature added for Firefox OS recently, so > the related information on MDN will need to be updated. For more > information, please see > https://bugzilla.mozilla.org/show_bug.cgi?id=1115495 > > For developer, if you need to set all these proxy settings manually as > before, just set network.proxy.pac_generator to false. > > Best Regards, > Shian-Yow > > > 2015-04-03 4:41 GMT+08:00 <[email protected]>: > >> Sorry to say this guys, but this information is outdated. Don't mess with >> configuration files, (or if you do make sure you are editing the right file >> and that closing and reopening doesn't reset the file... just don't do it). >> >> From WebIDE > Runtime > Device Preferences >> Add the settings (same as you would by editing the js file) >> >> network.proxy.autoconfig_retry_interval_max >> network.proxy.autoconfig_retry_interval_min >> network.proxy.autoconfig_url >> network.proxy.backup.ftp >> network.proxy.backup.ftp_port >> network.proxy.backup.socks >> network.proxy.backup.socks_port >> network.proxy.backup.ssl >> network.proxy.backup.ssl_port >> network.proxy.failover_timeout >> network.proxy.ftp >> network.proxy.ftp_port >> network.proxy.http >> network.proxy.http_port >> network.proxy.no_proxies_on >> network.proxy.proxy_over_tls >> network.proxy.share_proxy_settings >> network.proxy.socks >> network.proxy.socks_port >> network.proxy.socks_remote_dns >> network.proxy.socks_version >> network.proxy.ssl >> network.proxy.ssl_port >> network.proxy.type <---(your problem might be this) >> >> If this doesn't work mess with that last setting. I don't know if type >> value would have a different meaning but it did make a different for me. My >> pref.sh file (firefox browser) was a 5 and in my FirefoxOS it needed to be >> set to 2, nothing else worked. I don't know why this is. >> _______________________________________________ >> 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 > >
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
