Browse Source

config: disable settings account

https://git.hammerle.me/fphammerle/carddavmate/commit/5f3434c67eb5807b1dec258dc5268e7864e80b65
Fabian Peter Hammerle 4 years ago
parent
commit
20fa0e8079
2 changed files with 2 additions and 2 deletions
  1. 1 1
      cache.manifest
  2. 1 1
      config.js

+ 1 - 1
cache.manifest

@@ -1,5 +1,5 @@
 CACHE MANIFEST
-#V 20201125184254
+#V 20201125184321
 
 CACHE:
 common.js

+ 1 - 1
config.js

@@ -336,7 +336,7 @@ var globalNetworkCheckSettings={
 	timeOut: 90000,
 	lockTimeOut: 10000,
 	checkContentType: true,
-	settingsAccount: true,
+	settingsAccount: false,
 	delegation: true,
 	additionalResources: ['family'],
 	hrefLabel: null,