From 5cfef55903351df1036e882b30b2e9c85007b260 Mon Sep 17 00:00:00 2001 From: James Lucas Date: Wed, 25 Oct 2023 15:05:10 +1100 Subject: [PATCH] [skip ci] Correct markdown list in sanitizerOptions.md --- docs/formBuilder/options/sanitizerOptions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/formBuilder/options/sanitizerOptions.md b/docs/formBuilder/options/sanitizerOptions.md index d4a5204c5..c01f75a1e 100644 --- a/docs/formBuilder/options/sanitizerOptions.md +++ b/docs/formBuilder/options/sanitizerOptions.md @@ -2,8 +2,8 @@ `sanitizerOptions` provides the configuration of the built-in script injection, DOM Clobbering and Form hijacking protection. This protection is disabled by default, however should be enabled when any of the following apply: -* Input into fields may be copy/pasted from untrusted sources (especially Label field or paragraph Content field) -* Untrusted users may build forms +- Input into fields may be copy/pasted from untrusted sources (especially Label field or paragraph Content field) +- Untrusted users may build forms In a future version of FormBuilder protections may be enabled by default. @@ -58,4 +58,4 @@ const sanitizerOptions = { backendOrder: ['dompurify','sanitizer','fallback'], }; $(container).formBuilder(options); -``` \ No newline at end of file +```