From 57bafdd9d783badac18992294553b3126f8b41e6 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Tue, 17 May 2022 12:55:08 +0200 Subject: [PATCH] Documentation whitelist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d946b..ccd35ce 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The extension defines the following parser functions and variables: The extension hides the sidebar for not logged in users. It also provides two css depending on the status of the user : -* ``MediaWiki:NotLoggedIn.css`` +* ``MediaWiki:NotLoggedIn.css`` (which should be listed in ``$wgWhitelistRead``) * ``MediaWiki:LoggedIn.css`` ## Installation -- GitLab