Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Disable DoH using plist file in MacOS

  • 1 wótegrono
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót 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

Wšykne wótegrona (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