Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to find what sets a policy?

  • 1 reply
  • 1 has this problem
  • 26 views
  • Last reply by 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]
Attached screenshots

Modified by accZ2

Chosen solution

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\

Read this answer in context 👍 1

All Replies (1)

more options

Chosen Solution

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\

Modified by TyDraniu