Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 547 Bytes

django_csp.md

File metadata and controls

15 lines (8 loc) · 547 Bytes

Django-csp +

Adds Content-Security-Policy headers to Django applications.

Features

  • Adds CSP headers to the application in order make it more secure against Cross-site scripting attacks.

Integration to Hackassistant

  • Integrated all the Content delivery network domains needed to work. Add more if you need them to the settings.py with the library configuration from the documentation.

Future work

  • Add the nonce to the html scripts to make it more secure.