Commit d956672
Fix postMessage origin check to use current window origin
The popup sends its message after the backend redirects it back to our
app's domain, so event.origin is window.location.origin, not the
Base44 server's origin.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4a3ddcf commit d956672
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 154 | + | |
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
| |||
0 commit comments