1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-23 23:31:31 +00:00

#8858 fix issue with anonymous wiki access (#8869)

This commit is contained in:
webplusai
2024-12-25 09:29:19 +00:00
committed by GitHub
parent 6d448499c7
commit 2a9f646ec4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
title: $:/config/MultiWikiServer/AllowAnonymousReads
text: undefined
text: no
description: Controls whether anonymous users can read wiki content
type: text/plain

View File

@@ -1,4 +1,4 @@
title: $:/config/MultiWikiServer/AllowAnonymousWrites
text: undefined
text: no
description: Controls whether anonymous users can write to the wiki
type: text/plain