Browse Source

config: read-only access

Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
68e02b548c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: []
 }