Allowed embeding of peertube

This commit is contained in:
Kevin Veen-Birkenbach 2025-06-01 19:33:07 +02:00
parent 4f0962b4a2
commit b2df1ef649
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -11,6 +11,9 @@ csp:
unsafe-inline: true unsafe-inline: true
style-src: style-src:
unsafe-inline: true unsafe-inline: true
whitelist:
frame-ancestors:
- "*"
domains: domains:
canonical: canonical:
- "video.{{ primary_domain }}" - "video.{{ primary_domain }}"