Hello,
I would like to enforce use of system DoH (DNS over HTTPS) resolver on Opera which is distributed via MDM policy. This should be achieved by passing Opera directive which prevents it from using its own DoH implementation. Does Opera have such option? Will it be implemented in foreseeable future?
To give more details on what I am talking about here is how it is done in the other browsers.
On Firefox it can be done using configuration profile with which contains something like this
<key>DNSOverHTTPS</key>
<dict>
<key>Enabled</key>
<false/>
Microsoft edge does it in similar way using BuiltInDnsClientEnabled directive
Same goes for Chrome
If DNSOverHTTPS or BuiltInDnsClientEnabled are set to false the browser is using macOS system setting.