doc: X-Frame-Options "sameorigin" breaks the app (#715)

This commit is contained in:
Christoph Settgast 2022-02-16 23:56:24 +01:00 committed by GitHub
parent 107f3c19c4
commit 0b5085c37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ brew install --cask jitsi-meet
```
Content-Security-Policy "frame-ancestors [looks like any value is bad]";
X-Frame-Options "DENY";
X-Frame-Options "sameorigin";
```
A working Content Security Policy looks like that:
```