Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.