How to find what sets a policy?
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]
Modified
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 👍 1All Replies (1)
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