Update README.md

Update frame-ancestors note.
This commit is contained in:
sergio 2020-05-31 04:20:32 +03:00 committed by Saúl Ibarra Corretgé
parent 99853137ac
commit 91b20b4431
1 changed files with 2 additions and 2 deletions

View File

@ -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"; X-Frame-Options "DENY";
``` ```