Skip to content

Commit 4fc59d9

Browse files
committed
fixup! Prevent XSS attacks by enabling a cleanup method
1 parent e6e5392 commit 4fc59d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Security setup
33
==============
44

5-
As any other web application, Django Formidable might be targeted by pirates and would try to inject SQL or malicious code through Javascript or any other XSS method.
5+
As any other web application, Django Formidable might be targeted by pirates who would try to inject SQL or malicious code through Javascript or any other XSS method.
66

77
How to secure your django-formidable installation
88
=================================================

0 commit comments

Comments
 (0)