From b2df1ef6496a724cd441b49b08f9a01e71384b25 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 1 Jun 2025 19:33:07 +0200 Subject: [PATCH] Allowed embeding of peertube --- roles/docker-peertube/vars/configuration.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/docker-peertube/vars/configuration.yml b/roles/docker-peertube/vars/configuration.yml index a6090fd0..f2251658 100644 --- a/roles/docker-peertube/vars/configuration.yml +++ b/roles/docker-peertube/vars/configuration.yml @@ -8,9 +8,12 @@ features: csp: flags: script-src: - unsafe-inline: true + unsafe-inline: true style-src: - unsafe-inline: true + unsafe-inline: true + whitelist: + frame-ancestors: + - "*" domains: canonical: - "video.{{ primary_domain }}"