搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

policies.json not working (Firefox 70, Linux)

  • 7 个回答
  • 1 人有此问题
  • 14 次查看
  • 最后回复者为 cor-el

more options

I want to disable private mode via a policies.json file, but it doesn't work. Firefox says that "policy service is inactive" I enabled the debugging for policies via about:config, but the log doesn't give anything that forwards towards my policies.json file.

I'm running Fedora 31 linux. The exact same policies.json file does work on my Ubuntu machine, but not this one.

{

 "policies": {
   "DisablePrivateBrowsing": true
 }

}

created using sudo touch /usr/lib64/firefox/distribution/policies.json edited using sudo gedit

The file is located in /usr/lib64/firefox/distribution as it should be.

What's going on?

I want to disable private mode via a policies.json file, but it doesn't work. Firefox says that "policy service is inactive" I enabled the debugging for policies via about:config, but the log doesn't give anything that forwards towards my policies.json file. I'm running Fedora 31 linux. The exact same policies.json file does work on my Ubuntu machine, but not this one. { "policies": { "DisablePrivateBrowsing": true } } created using sudo touch /usr/lib64/firefox/distribution/policies.json edited using sudo gedit The file is located in /usr/lib64/firefox/distribution as it should be. What's going on?

所有回复 (7)

more options

You currently use the Firefox version from the repositories.

Does this work with the Firefox version from the Mozilla server?

Note that Firefox 71.0 has been released today.

more options

The repositories updated Firefox to 71.0, but the issue still persists.

(At least the errors regarding digicert global root ca are fixed) Edit: No they aren't...

由ThoriumSulfide于修改

more options

I don't know if there are issues with policies with Firefox versions from the repositories, so you can check this via the official version. Maybe a different directory is used or otherwise there are restrictions.

more options

The firefox installation from the .tar.bz2 has no distribution folder in the directory...

more options

You need to add the distribution folder yourself because this folder isn't present by default.

Are there other files or directories in the distribution folder ?

more options

Ok, creating distribution within the directory and then adding the policies.json made it work. Thank you!

However this is only a temporary fix* and the underlying issue should be forwarded to either Mozilla or Fedora (along with the ever-lasting digicert global root ca)

  • How do you update a .tar.bz2 installed installation of firefox?

由ThoriumSulfide于修改

more options

Quote: How do you update a .tar.bz2 installed installation of firefox?

How you update depends on where you install Firefox. If you install Firefox in a location in your home directory (e.g. ~/firefox) then you can update Firefox normally via "Help -> About Firefox". If you install Firefox in a location that requires root access then you will have to run Firefox as root (e.g. via sudo) to be able to update Firefox (i.e. have write access to the Firefox program folder).

If policies.json doesn't work as expected with the Firefox version from the repositories then you need to contact the support website of your Linux distribution.