Info about additional HTTP header

This commit is contained in:
Michael Wiedmann 2020-04-14 14:17:43 +02:00 committed by Saúl Ibarra Corretgé
parent 2c585eeb21
commit fe25c0f1d5
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@ location /external_api.js {
}
```
The following additional HTTP header are known not work with the Electron App:
```
Content-Security-Policy "frame-ancestors 'none'";
X-Frame-Options "DENY";
```
## Development
If you want to hack on this project, here is how you do it.