Commit 143d78b
fix: v0.20.1 — fix ingress double-slash redirect breaking iframe
The // → / redirect (301) sent the browser to HA root instead of the
addon, causing nested HA pages in the ingress panel. Now rewrite the
path in-place instead of redirecting.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a192b44 commit 143d78b
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments