搜索 | 用户支持

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

详细了解

Disable DoH using plist file in MacOS

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Mike Kaply

more options

Hello Team,

We are trying to disable DoH option in firefox, but i am still not able to disable it using plist file. If anyone can help with the plist file and location to put the file in MacOS it would be a great help.

I am using the below plist file <plist> <dict> <key>DNSOverHTTPS</key> <dict> <key>Enabled</key> <false/> <key>Locked</key> <true/> </dict> </dict> </plist> Ref: https://github.com/mozilla/policy-templates/blob/master/README.md

Thanks

Hello Team, We are trying to disable DoH option in firefox, but i am still not able to disable it using plist file. If anyone can help with the plist file and location to put the file in MacOS it would be a great help. I am using the below plist file <plist> <dict> <key>DNSOverHTTPS</key> <dict> <key>Enabled</key> <false/> <key>Locked</key> <true/> </dict> </dict> </plist> Ref: https://github.com/mozilla/policy-templates/blob/master/README.md Thanks

所有回复 (1)

more options

Is that all that is in your file?

We have a sample plist here:

https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist

You must have this:

<key>EnterprisePoliciesEnabled</key> <true/> for any policies to work