How to disable access to proxy settings
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:
Going beyond Tools > Options - about:config
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.
Firefox Profile Folder & Files
Problematic Extensions/Add-ons
Troubleshooting Extensions and Themes
Đọc câu trả lời này trong ngữ cảnh 1Chi tiết hệ thống bổ sung
Phần bổ trợ đã cài đặt
- LogMeIn, Inc. Remote Access Components
- Adobe PDF Plug-In For Firefox and Netscape "9.4.5"
- Default Plug-in
- The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
- NPRuntime Script Plug-in Library for Java(TM) Deploy
- Google Update
- Shockwave Flash 11.1 r102
- iTunes Detector Plug-in
- Next Generation Java Plug-in 1.6.0_29 for Mozilla browsers
- Office Authorization plug-in for NPAPI browsers
- The plug-in allows you to open and edit files using Microsoft Office applications
- BlackBerry WebSL Browser Plug-In
- Adobe PDF Plug-In For Firefox and Netscape 10.1.1
Ứng dụng
- Chuỗi đại diện người dùng: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24
Thông tin chi tiết
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:
Going beyond Tools > Options - about:config
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.
Firefox Profile Folder & Files
Câu trả lời hữu ích
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
Người tạo câu hỏi
Got it! Thanks for all your help!!!
Được chỉnh sửa bởi Drfosters vào