Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How to disable access to proxy settings

  • 3 trả lời
  • 19 gặp vấn đề này
  • 1051 lượt xem
  • Trả lời mới nhất được viết bởi Drfosters

more options

I need to enable the proxy on my network and disable users from changing the settings, is there any way to do this in Mozilla?

Thank you for your help.

I need to enable the proxy on my network and disable users from changing the settings, is there any way to do this in Mozilla? Thank you for your help.

Giải pháp được chọn

Hi,

Please see this.

The settings you may want to lock are network.proxy.http and network.proxy.http_port or network.proxy.autoconfig_url

...............................................................................................................................

Useful links:

All about Tools > Options

Going beyond Tools > Options - about:config

about:config Entries

What's That Preference? add-on - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.

Keyboard Shortcuts

Firefox Profile Folder & Files

Safe Mode

Problematic Extensions/Add-ons

Troubleshooting Extensions and Themes

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

Hi,

Please see this.

The settings you may want to lock are network.proxy.http and network.proxy.http_port or network.proxy.autoconfig_url

...............................................................................................................................

Useful links:

All about Tools > Options

Going beyond Tools > Options - about:config

about:config Entries

What's That Preference? add-on - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.

Keyboard Shortcuts

Firefox Profile Folder & Files

Safe Mode

Problematic Extensions/Add-ons

Troubleshooting Extensions and Themes

more options

Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes
more options

Got it! Thanks for all your help!!!

Được chỉnh sửa bởi Drfosters vào