Fix test
This commit is contained in:
parent
58b40710f0
commit
5897425ed3
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
|||
|
||||
# CSP
|
||||
CSP_DEFAULT_SRC = ("'none'",)
|
||||
https_goatcounter_domain = "https://" + GOATCOUNTER_DOMAIN
|
||||
https_goatcounter_domain = "https://" + str(GOATCOUNTER_DOMAIN)
|
||||
CSP_IMG_SRC = ("'self'", https_goatcounter_domain)
|
||||
CSP_SCRIPT_SRC = ("'self'",)
|
||||
CSP_CONNECT_SRC = ("'self'", https_goatcounter_domain)
|
||||
|
|
Reference in a new issue