diff options
Diffstat (limited to 'services/sync/modules/service.js')
-rw-r--r-- | services/sync/modules/service.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index 5c91323b5..5b97fcca3 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -1067,6 +1067,7 @@ Sync11Service.prototype = { // Note: returns false if we failed for a reason other than the server not yet // supporting the api. _fetchServerConfiguration() { +#if 0 // FSyncMS doesn't support this and it will break auth if left enabled! // This is similar to _fetchInfo, but with different error handling. let infoURL = this.userBaseURL + "info/configuration"; @@ -1092,6 +1093,7 @@ Sync11Service.prototype = { this.serverConfiguration = configResponse.obj; } this._log.trace("info/configuration for this server", this.serverConfiguration); +#endif return true; }, |