From fc4e78e98f252dde031e56b90108c0858ac68516 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Oct 2022 23:58:09 -0400 Subject: [PATCH] welp you need vector on to pass checks (cryptpad) --- sites-available/cryptpad.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites-available/cryptpad.conf b/sites-available/cryptpad.conf index 83d450c..9181766 100644 --- a/sites-available/cryptpad.conf +++ b/sites-available/cryptpad.conf @@ -136,8 +136,8 @@ server { # this must include 'self' and your main domain (over HTTPS) in order for CryptPad to work # if you have enabled remote embedding via the admin panel then this must be more permissive. # note: cryptpad.fr permits web pages served via https: and vector: (element desktop app) - set $frameAncestors "'self' https://${main_domain}"; - #set $frameAncestors "'self' https: vector:"; + #set $frameAncestors "'self' https://${main_domain}"; + set $frameAncestors "'self' https: vector:"; set $unsafe 0; # the following assets are loaded via the sandbox domain