Fix frame-ancestors docs from none to self to not break Jitsi (#21128)
This commit is contained in:
parent
1d0c8351ec
commit
ed60c90081
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ If you are using nginx, this would look something like the following:
|
|||
add_header X-Frame-Options SAMEORIGIN;
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header Content-Security-Policy "frame-ancestors 'none'";
|
||||
add_header Content-Security-Policy "frame-ancestors 'self'";
|
||||
```
|
||||
|
||||
For Apache, the configuration looks like:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue