Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

To set no proxy in command prompt mode

  • 1 odpoveď
  • 1 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od dumdidadida

more options

I need to set no proxy in command mode...

for setting proxy command

cd /D "%APPDATA%\Mozilla\Firefox\Profiles"
cd *.default
set ffile=%cd%
echo user_pref("network.proxy.http", "148.233.229.235 ");>>"%ffile%\prefs.js"
echo user_pref("network.proxy.http_port", 3128);>>"%ffile%\prefs.js"
echo user_pref("network.proxy.type", 1);>>"%ffile%\prefs.js"
set ffile=
cd %windir%

For remove Proxy i need to know....

I need to set no proxy in command mode... for setting proxy command <pre><nowiki>cd /D "%APPDATA%\Mozilla\Firefox\Profiles" cd *.default set ffile=%cd% echo user_pref("network.proxy.http", "148.233.229.235 ");>>"%ffile%\prefs.js" echo user_pref("network.proxy.http_port", 3128);>>"%ffile%\prefs.js" echo user_pref("network.proxy.type", 1);>>"%ffile%\prefs.js" set ffile= cd %windir%</nowiki></pre> For remove Proxy i need to know....

Upravil(a) cor-el dňa

Všetky odpovede (1)

more options

Hi,

You can try to echo user_pref("network.proxy.type", 0); (value 0). It gets appended after any previous values - let the previous value remain as is - , and at the next startup Firefox accepts the last value, discards any previously read conflicting value, and also saves it as the new value upon exit.

prefs.js

about:config Entries

The Config Descriptions add-on adds helpful source comments in about:config.

Upravil(a) dumdidadida dňa