diff --git a/README.md b/README.md
index e77616a1e83cc3b893190a0e42b57bd2af7ac132..f568212c8ccc926c1f60aaa961fa24dcd1e06ecf 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";
 ```