Remove DjangoCSP dependency by writing own middleware for the CSP header

This commit is contained in:
W13R 2022-05-15 11:24:04 +02:00
parent 9406bbad97
commit f8cde7136d
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,4 @@
django~=3.2.7
django-currentuser==0.5.3
django-csp==3.7
psycopg2~=2.9.1
uvicorn~=0.17.6