mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
0b956c38e5
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
|||
{
|
||||
$configurator->urlConfig->disallowScheme($scheme);
|
||||
}
|
||||
foreach (explode(',', $this->config['allowed_schemes_links']) as $scheme)
|
||||
foreach (array_filter(explode(',', $this->config['allowed_schemes_links'])) as $scheme)
|
||||
{
|
||||
$configurator->urlConfig->allowScheme(trim($scheme));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue