mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
[ticket/16526] Revert unneeded s9e/factory change
PHPBB3-16526
This commit is contained in:
parent
8c79e9a61e
commit
59900357a7
@ -218,9 +218,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
|||||||
{
|
{
|
||||||
$configurator->urlConfig->disallowScheme($scheme);
|
$configurator->urlConfig->disallowScheme($scheme);
|
||||||
}
|
}
|
||||||
|
foreach (array_filter(explode(',', $this->config['allowed_schemes_links'])) as $scheme)
|
||||||
$schemes = array_filter(explode(',', $this->config['allowed_schemes_links']));
|
|
||||||
foreach ($schemes as $scheme)
|
|
||||||
{
|
{
|
||||||
$configurator->urlConfig->allowScheme(trim($scheme));
|
$configurator->urlConfig->allowScheme(trim($scheme));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user