From 1012759c65e958a8955d8e3cb327c67a2454ea54 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Aug 2023 14:02:11 +0300 Subject: [PATCH] update config example --- src/config/app.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/app.php.example b/src/config/app.php.example index 1f193e4..36245bf 100644 --- a/src/config/app.php.example +++ b/src/config/app.php.example @@ -203,7 +203,7 @@ define('DEFAULT_HOST_PAGES_MIME', 'text/html,application/xhtml+xml,application/j */ define('DEFAULT_HOST_PAGES_DOM_SELECTORS', json_encode((object) [ - 'html' => [ + 'h1' => [ 'strip_tags' => [ 'enabled' => false, 'allowed_tags' => null