[13:05:20] Hi all, I am using the example setting from https://www.mediawiki.org/wiki/Extension:RSS#Configuration_settings, which tells to use $wgRSSUrlWhitelist = [ 'URL1', 'URL2', 'URL3', ]; [13:05:21] with this setting: in the RSS extension.json "value": [ 'https://wikimediafoundation.org/news/feed/', ]  -- I am getting this when I try to call it on the web page: HTTP ERROR 500 -- Am I configuring this correctly? Thank you for your help! [13:10:35] I have also tried to allow all urls with this: "value": "*" but it shows the error on the mediawiki page: "Extension:RSS -- Error: "https://wikimediafoundation.org/news/feed/" is not in the list of allowed feeds. There are no allowed feed URLs in the list." Thanks again! [13:35:21] Am I correct to ask in this thread about mediawiki configs? Thanks! [13:39:26] yes, but you should post the exact code you used in LocalSettings [13:41:43] ok thank you taavi! [13:44:34] taavi, worked like a charm, thank you again! :D [13:59:56] Hi, is there a way to check if Lua Sandbox is installed on the server? [14:01:19] I was told by my server provider that Lua Sandbox is installed and I added $wgScribuntoEngineConf['luasandbox']['cpuLimit'] = 8; in my localsettings.php but it doesn't seems working and Lua Sandbox is not showing in the Special:Version page.