Change Mozilla autoconfig useGlobalPreferredServer property to false
Fixes #1736.
This commit is contained in:
parent
40b21c466d
commit
c19f8c9ee6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue