1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Merge branch 'srr_host_allowlist' into development

This commit is contained in:
Dan Brown
2023-08-27 12:45:00 +01:00
6 changed files with 154 additions and 0 deletions

View File

@ -111,4 +111,6 @@ return [
// Settings & Maintenance
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
// HTTP errors
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
];