From 91b20b4431bb7764734a7a92bbf78addfbc6616e Mon Sep 17 00:00:00 2001 From: sergio Date: Sun, 31 May 2020 04:20:32 +0300 Subject: [PATCH] Update README.md Update frame-ancestors note. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e77616a..f568212 100644 --- a/README.md +++ b/README.md @@ -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"; ```