forked from enviPath/enviPy
start towards #72. Added nh3 and fixed package description XSS attack
This commit is contained in:
@ -92,6 +92,8 @@ TEMPLATES = [
|
||||
},
|
||||
]
|
||||
|
||||
ALLOWED_HTML_TAGS = {'b', 'i', 'u'}
|
||||
|
||||
WSGI_APPLICATION = "envipath.wsgi.application"
|
||||
|
||||
# Database
|
||||
|
||||
Reference in New Issue
Block a user