Commit bee3745
Drop CSP frame-ancestors directive entirely
`frame-ancestors *` still rejects non-network parent schemes (data:,
blob:, chrome-extension:, chrome-error://) — so iframe embedding from
extensions, error pages, or sandboxed parents was still blocked.
Omitting the directive falls back to "no restriction" and there's no
X-Frame-Options set, so embedding works from any context. Safe because
relay credentials live in localStorage, not cookies — no clickjacking
auth surface.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8541b8c commit bee3745
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments