As a domain admin I can't manage FF ("Your browser is being managed by your organization.") - can't remove that
The recommended methods, changing to this in the registry : [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Certificates] "ImportEnterpriseRoots"=dword:000000… (続きを読む)
The recommended methods, changing to this in the registry :
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Certificates] "ImportEnterpriseRoots"=dword:00000000
Reverts back to 00000001
Put this policies.json and did nothing: {
"policies": { "Certificates": { "ImportEnterpriseRoots": false } }
} What am I missing or what's changed?
My specific need at the moment is to add another search engine option in about:preferences#search
Thanks.