michi

Results 2 comments of michi

thanks for the response. I did some testing and it doesn't seem to work in this case. The cross-origin iframe appears as an empty IframePresentational node. Setup: locally hosted: e.g....

Thank you, you were right! The ChatKit iframe has role="presentation" set by OpenAI's web component: // ChatKit iframe attributes: { "role": "presentation", // ← This causes IframePresentational "class": "ck-iframe", "src":...