Skip to content

Commit

Permalink
Info about additional HTTP header
Browse files Browse the repository at this point in the history
  • Loading branch information
miwie authored and saghul committed Apr 14, 2020
1 parent 2c585ee commit fe25c0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -57,6 +57,13 @@ location /external_api.js {
}
```

The following additional HTTP header are known not work with the Electron App:

```
Content-Security-Policy "frame-ancestors 'none'";
X-Frame-Options "DENY";
```

## Development

If you want to hack on this project, here is how you do it.
Expand Down

0 comments on commit fe25c0f

Please sign in to comment.