Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update frame-ancestors note.
  • Loading branch information
532910 authored and saghul committed May 31, 2020
1 parent 9985313 commit 91b20b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```

Expand Down

0 comments on commit 91b20b4

Please sign in to comment.