Skip to content
Snippets Groups Projects
Commit 91b20b44 authored by sergio's avatar sergio Committed by Saúl Ibarra Corretgé
Browse files

Update README.md

Update frame-ancestors note.
parent 99853137
No related merge requests found
......@@ -58,10 +58,10 @@ location /external_api.js {
}
```
The following additional HTTP headers are known not to work with the Electron App:
:warning: The following additional HTTP headers are known to break the Electron App:
```
Content-Security-Policy "frame-ancestors 'none'";
Content-Security-Policy "frame-ancestors [looks like any value is bad]";
X-Frame-Options "DENY";
```
......
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