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.