CSP allow fonts

This commit is contained in:
Gabriel Augendre 2021-03-21 16:34:37 +01:00
parent 5897425ed3
commit 63e7118a9b

View file

@ -225,3 +225,4 @@ CSP_SCRIPT_SRC = ("'self'",)
CSP_CONNECT_SRC = ("'self'", https_goatcounter_domain)
CSP_STYLE_SRC = ("'self'", "'unsafe-inline'")
CSP_MANIFEST_SRC = ("'self'",)
CSP_FONT_SRC = ("'self'",)