Translations:Optional settings/149/nl
From LimeSurvey Manual
Host beheer
- allowedHosts : om Host Header Injection te voorkomen, kun je de toegestane host instellen voor alle acties. Als je een andere host gebruikt voor de publieke pagina en de beheerderspagina: je moet beide als toegestane host instellen.
'config'=>array(
....
, // Update standaard configuratie LimeSurvey
'allowedHosts' => [
'survey.example.org',
'proxy.survey.example.com',
'example.limesurvey.org',
],
),