aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2019-12-13 01:46:09 +0100
committerJoshyPHP <s9e.dev@gmail.com>2019-12-13 01:46:09 +0100
commit2926ceba6a06a2f0f95452ae838a89247c493c93 (patch)
treec37fb3d6bc24a678fe788cfc6fc2b87eb23b1dcd /phpBB/config
parent5be4cca4083e3f2611f7725058afa127ef701ef1 (diff)
downloadforums-2926ceba6a06a2f0f95452ae838a89247c493c93.tar
forums-2926ceba6a06a2f0f95452ae838a89247c493c93.tar.gz
forums-2926ceba6a06a2f0f95452ae838a89247c493c93.tar.bz2
forums-2926ceba6a06a2f0f95452ae838a89247c493c93.tar.xz
forums-2926ceba6a06a2f0f95452ae838a89247c493c93.zip
[ticket/16250] Add a service to check BBCodes safeness
PHPBB3-16250
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_text_formatter.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml
index 07087cd4a9..4e4abf6564 100644
--- a/phpBB/config/default/container/services_text_formatter.yml
+++ b/phpBB/config/default/container/services_text_formatter.yml
@@ -4,6 +4,11 @@ parameters:
text_formatter.cache.renderer.key: _text_formatter_renderer
services:
+ text_formatter.acp_utils:
+ class: phpbb\textformatter\s9e\acp_utils
+ arguments:
+ - '@text_formatter.s9e.factory'
+
text_formatter.cache:
alias: text_formatter.s9e.factory