mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-14 09:14:56 +02:00
16 lines
361 B
YAML
16 lines
361 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: false
|
|
csp:
|
|
whitelist:
|
|
script-src:
|
|
- https://cdn.jsdelivr.net
|
|
- https://kit.fontawesome.com
|
|
style-src:
|
|
- https://cdn.jsdelivr.net
|
|
font-src:
|
|
- https://ka-f.fontawesome.com
|
|
frame-src:
|
|
- "{{ web_protocol }}://*.{{primary_domain}}"
|