搜尋 Mozilla 技術支援網站

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

Learn More

How to find what sets a policy?

  • 1 回覆
  • 1 有這個問題
  • 26 次檢視
  • 最近回覆由 TyDraniu

more options

Seem to be same question as here .

I've made

  • C:\Program Files\Mozilla Firefox\distribution\policies.json
   ```
   {
       "policies": {
           "Certificates": {
               "ImportEnterpriseRoots": false
           }
       }
   }
   ```

And found no related Local Group Policy items .

But still [attachment]

Seem to be same question as [https://support.mozilla.org/en-US/questions/1254404 here] . I've made * C:\Program Files\Mozilla Firefox\distribution\policies.json ``` { "policies": { "Certificates": { "ImportEnterpriseRoots": false } } } ``` And found no related Local Group Policy items . But still [attachment]
附加的畫面擷圖

由 accZ2 於 修改

被選擇的解決方法

You have to examine the regedit.exe. Registry key overwrites the policies.json file.

Check HKLM\Software\Policies\Mozilla\Firefox\ and HKCU\Software\Policies\Mozilla\Firefox\

從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

You have to examine the regedit.exe. Registry key overwrites the policies.json file.

Check HKLM\Software\Policies\Mozilla\Firefox\ and HKCU\Software\Policies\Mozilla\Firefox\

由 TyDraniu 於 修改