0

I've tried to add a policies.json file in usr/lib/firefox/distribution/ I believe that the problems comes since I don't have any firefox folder, so no distribution folder. Then I create firefox and distribution folder, I add the policies.json file, reboot the system, and nothing happened.

The policies.json contain the following text:

    {
      "policies": {
        "DisablePrivateBrowsing": true
      }
    }
David DE
  • 2,316

1 Answers1

0

The solution did not work because the snap package is sandboxed and it cannot find these configs. The workaround is to use the apt version instead. This answer explains how to do that.