All translations
Enter a message name below to show all available translations.
Found 2 translations.
| Name | Current message text |
|---|---|
| h English (en) | == Host control == *'''allowedHosts''' : to avoid Host Header Injection, you can set the allowed host for all action. If you use different host for public page and admin page : you need to set both as allwoed host. <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( .... , // Update default LimeSurvey config here 'allowedHosts' => [ 'survey.example.org', 'proxy.survey.example.com', 'example.limesurvey.org', ], ), </syntaxhighlight> |
| h Dutch (nl) | == 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. <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( .... , // Update standaard configuratie LimeSurvey 'allowedHosts' => [ 'survey.example.org', 'proxy.survey.example.com', 'example.limesurvey.org', ], ), </syntaxhighlight> |