Skip to content
Snippets Groups Projects
Commit b7af6b36 authored by dialogik's avatar dialogik
Browse files

Set trusted.url.domains default to array()

See https://github.com/simplesamlphp/simplesamlphp/issues/265
parent 2d06c575
No related branches found
No related tags found
No related merge requests found
...@@ -834,6 +834,6 @@ $config = array( ...@@ -834,6 +834,6 @@ $config = array(
* Example: * Example:
* 'trusted.url.domains' => array('sp.example.com', 'app.example.com'), * 'trusted.url.domains' => array('sp.example.com', 'app.example.com'),
*/ */
'trusted.url.domains' => null, 'trusted.url.domains' => array(),
); );
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