Change Mozilla autoconfig useGlobalPreferredServer property to false

Fixes #1736.
pull/1761/head
Joshua Tauberer 4 years ago
parent 40b21c466d
commit c19f8c9ee6
  1. 2
      conf/mozilla-autoconfig.xml

@ -21,7 +21,7 @@
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
<documentation url="https://PRIMARY_HOSTNAME/">

Loading…
Cancel
Save