mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
24 lines
591 B
YAML
24 lines
591 B
YAML
site_titel: "Global Learning Academy on {{primary_domain}}"
|
|
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}"
|
|
email: "{{users.administrator.email}}"
|
|
version: "latest"
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
portfolio_iframe: false
|
|
central_database: true
|
|
csp:
|
|
flags:
|
|
script-src:
|
|
unsafe-inline: true
|
|
unsafe-eval: true
|
|
style-src:
|
|
unsafe-inline: true
|
|
whitelist:
|
|
font-src:
|
|
- "data:"
|
|
- "blob:"
|
|
script-src:
|
|
- "https://cdn.jsdelivr.net" |