Skip to content
Snippets Groups Projects
Commit fe25c0f1 authored by Michael Wiedmann's avatar Michael Wiedmann Committed by Saúl Ibarra Corretgé
Browse files

Info about additional HTTP header

parent 2c585eeb
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,13 @@ location /external_api.js { ...@@ -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 ## Development
If you want to hack on this project, here is how you do it. If you want to hack on this project, here is how you do it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment