Use this policy file: /etc/firefox/policies/policies.json (FF update keeps settings)
Use this for current installation: /opt/firefox/distribution/policies.json (update overrides)
- - -
Hi everyone
On a MX desktop I need to disable "private browsing" in firefox.
I found some stuff like win registry "DisablePrivateBrowsing" and for Debian it should be in "/usr/lib/firefox/distribution" the policies.json like this:
Code: Select all
{
"policies": {
"DisablePrivateBrowsing": true
}
}
Sources:
https://stackoverflow.com/questions/687 ... in-firefox
https://admx.help/?Category=Firefox&Pol ... teBrowsing
How knows the solution, how to do this in MX? Thx!