Browse Source

config: read-only access

Fabian Peter Hammerle 4 years ago
parent
commit
68e02b548c
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 20201125183335
+#V 20201125184215
 
 CACHE:
 common.js

+ 1 - 1
config.js

@@ -340,7 +340,7 @@ var globalNetworkCheckSettings={
 	delegation: true,
 	additionalResources: [],
 	hrefLabel: null,
-	forceReadOnly: null,
+	forceReadOnly: true,
 	ignoreAlarms: false,
 	backgroundCalendars: []
 }