Page 2 of 2

Re: firefox disable private browsing

Posted: Fri Sep 06, 2024 7:07 pm
by CharlesV
Perfect fehlix ! Thank you for that!

Re: firefox disable private browsing

Posted: Sat Sep 07, 2024 1:47 pm
by Sigi
fehlix wrote: Fri Sep 06, 2024 6:39 pm ...
Use this policy file: /etc/firefox/policies/policies.json
Create a new file with content:

Code: Select all

{
    "policies": {
    "DisableAppUpdate": true,
    "DisablePrivateBrowsing": true
    }
}
which won't be replaced during package upgrade,
so that your settings are retained and can only be changed with root privileges.
Wow, thank you very much! Perfect!