Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Not all policies for the policies.json file work

  • 1 답장
  • 1 이 문제를 만남
  • 13 보기
  • 최종 답변자: cor-el

more options

So i started by installing the latest version of Firefox Quantum and then created a policies.json file within /usr/lib/firefox/distribution.

All seemed great adding the following: {

"policies": {
       "BlockAboutAddons": true,
       "BlockAboutConfig": true,
       "BlockAboutProfiles": true,
       "BlockAboutSupport": true

} }

But these seemed to be the only ones to actually do anything within Firefox. As soon as i added "DisplayMenuBar": false or "DisableDeveloperTools": true they didn't make any difference to the browser and therefore i was still able to access the menu bar and developer options.

Is anyone else having these issues? Is there a solution for these issues? Also does anyone know if we are able to remove aspects like the URL bar?

Thanks.

So i started by installing the latest version of Firefox Quantum and then created a policies.json file within /usr/lib/firefox/distribution. All seemed great adding the following: { "policies": { "BlockAboutAddons": true, "BlockAboutConfig": true, "BlockAboutProfiles": true, "BlockAboutSupport": true } } But these seemed to be the only ones to actually do anything within Firefox. As soon as i added "DisplayMenuBar": false or "DisableDeveloperTools": true they didn't make any difference to the browser and therefore i was still able to access the menu bar and developer options. Is anyone else having these issues? Is there a solution for these issues? Also does anyone know if we are able to remove aspects like the URL bar? Thanks.

모든 댓글 (1)

more options

I don't think that "DisplayMenuBar" would Have effect to disable the menu bar (no disable in the policy name). This policy seems to be about whether the menu bar visible or hidden.

"DisableDeveloperTools": true should however disable all developer tools.

Did you check this with the Firefox (ESR) version from the Mozilla server since you posted with a Firefox version from the Ubuntu repositories?