Corrosion icon indicating copy to clipboard operation
Corrosion copied to clipboard

Loading Youtube doesn't work in an iframe

Open ManagerCat opened this issue 2 years ago • 2 comments

Describe the bug When in iframe, it won't allow youtube to load any resources with error "Uncaught DOMException: Blocked a frame with origin "https://localhost:8443" from accessing a cross-origin frame."

To Reproduce Steps to reproduce the behavior:

  1. Place the Public Deployment Example in an iframe
  2. Open Youtube

Expected behavior Youtube should load

Screenshots Screen Shot 2021-10-28 at 8 53 34 PM

Desktop (please complete the following information):

  • OS: MacOS Big Sur
  • Browser: Brave

ManagerCat avatar Oct 29 '21 03:10 ManagerCat

you are using http on https requests, either make it http requests or make your server https

HALFMETALKAIBA avatar Nov 03 '21 19:11 HALFMETALKAIBA

I'm also getting the same issue, I try embedding the proxied website into an iframe and I get errors stating that it has been blocked.

Gigityx0ff avatar Nov 22 '21 23:11 Gigityx0ff