disable content-security-policy
parent
869a7a97d0
commit
87d02f680c
14
config.yaml
14
config.yaml
|
@ -21,13 +21,13 @@ author:
|
|||
url: https://mtf.wiki
|
||||
email: tfsci@mtf.wiki
|
||||
|
||||
params:
|
||||
ContentSecurityPolicy:
|
||||
- default-src 'self'
|
||||
- img-src *
|
||||
- style-src 'self' 'unsafe-inline'
|
||||
- script-src 'self' https://www.googletagmanager.com
|
||||
- connect-src 'self' https://www.googletagmanager.com https://www.google-analytics.com
|
||||
# params:
|
||||
# ContentSecurityPolicy:
|
||||
# - default-src 'self'
|
||||
# - img-src *
|
||||
# - style-src 'self' 'unsafe-inline'
|
||||
# - script-src 'self' https://www.googletagmanager.com
|
||||
# - connect-src 'self' https://www.googletagmanager.com https://www.google-analytics.com
|
||||
|
||||
social:
|
||||
twitter: '@MtFwiki'
|
||||
|
|
Loading…
Reference in New Issue