Mozilla 도움말 검색

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

Learn More

Is it possible to have multiple policies.json files?

more options

Hi,

I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a second .json file that will act as a black list. I want to give access to a partial admin. user to the policy.json file to be able to edit the file and add websites if needed but I want a another black list running as well to block out specific websites (this one the partial admin. will not have access to).

So to start off the first question would be is firefox only limited to one .json file for policies or can you have multiple .json files (I want to call the second file blacklist.json)? Btw I use Debian and Firefox-esr.

Thanks.

Hi, I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a second .json file that will act as a black list. I want to give access to a partial admin. user to the policy.json file to be able to edit the file and add websites if needed but I want a another black list running as well to block out specific websites (this one the partial admin. will not have access to). So to start off the first question would be is firefox only limited to one .json file for policies or can you have multiple .json files (I want to call the second file blacklist.json)? Btw I use Debian and Firefox-esr. Thanks.

글쓴이 MozillaFirefoxMan 수정일시

선택된 해결법

Problem solved. I was actually trying to lock dns over https so it wouldn't bypass my dns server.

Here is the line: lockPref("network.trr.mode", 5);

Here is the website I found to do it: https://www.zdnet.com/article/how-to-enable-dns-over-https-doh-in-firefox/

The preference can also be found in about:config.

So now the dns over https option is grayed out in the firefox settings.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

You can only have one policies.json. Why do you want to make accessing internet so complicated?

more options

Ok thanks. Yes what I was trying to do was complicated. Actually I was trying to block about:config in the separate .json file but after some searching around on the web I see that the settings for Firefox can be locked through a mozilla.cfg file and .js file placed in profile folder. I just haven't found any code to lock all settings (only specific). Do you or anyone else know if all settings can be locked?

Edit: Added the following.

Using the following link I properly created a mozilla.cfg and local-settings.js file and it worked when I tried blocking some specific commands. Cor-el would you know what the command/code is to lock all the settings?

https://support.mozilla.org/en-US/questions/904019

글쓴이 MozillaFirefoxMan 수정일시

more options

선택된 해결법

Problem solved. I was actually trying to lock dns over https so it wouldn't bypass my dns server.

Here is the line: lockPref("network.trr.mode", 5);

Here is the website I found to do it: https://www.zdnet.com/article/how-to-enable-dns-over-https-doh-in-firefox/

The preference can also be found in about:config.

So now the dns over https option is grayed out in the firefox settings.

글쓴이 MozillaFirefoxMan 수정일시