aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Wiedmann <mw@miwie.in-berlin.de>2020-04-14 14:17:43 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-04-14 14:27:14 +0200
commitfe25c0f1d5d4fb9682002c7117fbc08c3c6cfa9e (patch)
treeb70844c3af0983b699440e8d1c9454bd512eadf0 /README.md
parent2c585eeb219ae9a7a90b2051bb76c99626020c4b (diff)
Info about additional HTTP header
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index dae68f9..cb25b32 100644
--- a/README.md
+++ b/README.md
@@ -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.