CSP allow fonts
This commit is contained in:
parent
5897425ed3
commit
63e7118a9b
1 changed files with 1 additions and 0 deletions
|
@ -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'",)
|
||||
|
|
Reference in a new issue