diff options
author | Michael Wiedmann <mw@miwie.in-berlin.de> | 2020-04-14 14:17:43 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-14 14:27:14 +0200 |
commit | fe25c0f1d5d4fb9682002c7117fbc08c3c6cfa9e (patch) | |
tree | b70844c3af0983b699440e8d1c9454bd512eadf0 /README.md | |
parent | 2c585eeb219ae9a7a90b2051bb76c99626020c4b (diff) |
Info about additional HTTP header
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |