搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Why does the GPO setting for "Disable Developer Tools = disabled" not take effect when mozilla.cfg "devtools.policy.disabled = true"?

  • 1 回覆
  • 1 有這個問題
  • 17 次檢視
  • 最近回覆由 Mike Kaply

more options

Our organization currently runs FirefoxESR versions and uses mozilla.cfg to control some lock down that are not available using the GPO. Below is the setting in question:

     - mozilla.cfg 
            lockPref("devtools.policy.disabled", true);
     - GPO deviation setting
            Computer > Policies > Admin Templates > Mozilla > Firefox
                    Disable Developer Tools = Disabled

When the computer updates the policies and users launch Firefox, Developer Tools is missing as an option. Below are the results after gpupdate /force:

    - about:config
            devtools.policy.disabled > locked > true
    - Registry (regedit) 
            HKLM\Software\Policies\Mozilla\Firefox
                  DisableDeveloperTools = 0

THANKS Everyone!

Our organization currently runs FirefoxESR versions and uses mozilla.cfg to control some lock down that are not available using the GPO. Below is the setting in question: - mozilla.cfg lockPref("devtools.policy.disabled", true); - GPO deviation setting Computer > Policies > Admin Templates > Mozilla > Firefox Disable Developer Tools = Disabled When the computer updates the policies and users launch Firefox, Developer Tools is missing as an option. Below are the results after gpupdate /force: - about:config devtools.policy.disabled > locked > true - Registry (regedit) HKLM\Software\Policies\Mozilla\Firefox DisableDeveloperTools = 0 THANKS Everyone!

所有回覆 (1)

more options

I'm a little confused by what you are trying to accomplish.

Are you trying to disable developer tools via Autoconfig and enable them via policies?

Because you have DisableDeveloperTools set to 0.