Skip to content
Snippets Groups Projects
Commit 2b76a17a authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fixes for getValue/getOptionalValue

parent ed75e3fb
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ class HTTP
// get the white list of domains
if ($trustedSites === null) {
$trustedSites = Configuration::getInstance()->getValue('trusted.url.domains', []);
$trustedSites = Configuration::getInstance()->getOptionalArray('trusted.url.domains', []);
}
// validates the URL's host is among those allowed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment