Add some more CSP stuff
This commit is contained in:
parent
4c3b799113
commit
b0ed4c8327
1 changed files with 2 additions and 0 deletions
|
@ -227,3 +227,5 @@ CSP_CONNECT_SRC = ("'self'", https_goatcounter_domain)
|
|||
CSP_STYLE_SRC = ("'self'", "'unsafe-inline'")
|
||||
CSP_MANIFEST_SRC = ("'self'",)
|
||||
CSP_FONT_SRC = ("'self'",)
|
||||
CSP_BASE_URI = ("'none'",)
|
||||
CSP_FORM_ACTION = ("'self'",)
|
||||
|
|
Reference in a new issue