Skip to content

Commit

Permalink
Merge pull request #1469 from kevinchappell/lucasnetau-patch-1
Browse files Browse the repository at this point in the history
[skip ci] Correct markdown list in sanitizerOptions.md
  • Loading branch information
lucasnetau authored Oct 25, 2023
2 parents cde865a + 5cfef55 commit cf04f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/formBuilder/options/sanitizerOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -58,4 +58,4 @@ const sanitizerOptions = {
backendOrder: ['dompurify','sanitizer','fallback'],
};
$(container).formBuilder(options);
```
```

0 comments on commit cf04f32

Please sign in to comment.