1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-10 16:10:02 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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