Skip to content

Commit 570bf1a

Browse files
docs(readme): add FAQ section and note that library is not XSS safe
Closes #94
1 parent 2bf4c85 commit 570bf1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ parse('<p><br id="remove"></p>', {
174174
});
175175
```
176176

177+
## FAQ
178+
179+
#### Is this library XSS safe?
180+
181+
No, this library does _not_ sanitize against [XSS (Cross-Site Scripting)](https://wikipedia.org/wiki/Cross-site_scripting). See [#94](https://github.com/remarkablemark/html-react-parser/issues/94) for more details.
182+
177183
## Testing
178184

179185
```sh

0 commit comments

Comments
 (0)