1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Applied latest styleci changes

This commit is contained in:
Dan Brown
2021-09-06 22:19:06 +01:00
parent 88c698796b
commit fb80bb5d58
10 changed files with 17 additions and 16 deletions

View File

@ -90,7 +90,7 @@ class CspService
protected function getAllowedIframeHosts(): array
{
$hosts = config('app.iframe_hosts', '');
return array_filter(explode(' ', $hosts));
}
}
}