diff options
author | Christoph Settgast <csett86@web.de> | 2022-02-16 23:56:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 23:56:24 +0100 |
commit | 0b5085c37e813c9e09e85062aaacab19508920b4 (patch) | |
tree | 12fa44cc9dda3c4df9d90843c938e4055fe142f2 | |
parent | 107f3c19c4944cdfb1aa3cb70bcb21aba6c09cdc (diff) |
doc: X-Frame-Options "sameorigin" breaks the app (#715)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: ``` |