[ADD] django-sri to provide integrity hashes for local static files

This commit is contained in:
Peter Pfeufer
2025-01-02 16:54:37 +01:00
parent 7033406ba6
commit 0f057ffa84
13 changed files with 29 additions and 23 deletions

View File

@@ -43,8 +43,10 @@ INSTALLED_APPS = [
'allianceauth.theme.flatly',
'allianceauth.theme.materia',
"allianceauth.custom_css",
'sri',
]
SRI_ALGORITHM = "sha512"
SECRET_KEY = "wow I'm a really bad default secret key"
# Celery configuration