Change Mozilla autoconfig useGlobalPreferredServer property to false

Fixes #1736.
This commit is contained in:
Joshua Tauberer 2020-05-10 19:29:01 -04:00
parent 40b21c466d
commit c19f8c9ee6
1 changed files with 1 additions and 1 deletions

View File

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