Page MenuHomePhabricator

Viktor838 (Viktor)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Saturday

  • No visible events.

User Details

User Since
Sep 20 2022, 10:40 AM (190 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Viktor838 [ Global Accounts ]

Recent Activity

Sep 20 2022

Viktor838 added a comment to T297949: Can't render page listed in $wgWhitelistReadRegexp.

Similar problem.
The defined variable $wgWhitelistReadRegexp[] = '/^Public:/'; (within LocalSettings.php) works fine when pages are requested with the single URL parameter "title=...".
What happens?:
If the additional URL parameter "action=raw" is used, there is no access to the pages defined by $wgWhitelistReadRegexp.
Example URL that works: https://www.yourwiki.com/index.php?title=Public:YourPageName
Example URL that does not work: https://www.yourwiki.com/index.php?title=Public:YourPageName&action=raw
This is an undesirable behavior.
I would really need public access to some pages (defined by $wgWhitelistReadRegexp[]) including the usage of the URL parameter "action=raw".

Sep 20 2022, 11:00 AM · MediaWiki-REST-API