rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
289 stars 35 forks source link

Youtube.com: "You browser can't play this video" #86

Open JeanPaulLucien opened 2 years ago

JeanPaulLucien commented 2 years ago

mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create webcomponents-ce-sd.js:83:319 InvalidStateError desktop_polymer.js:1256:0 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.youtube.com/. (Reason: CORS header 'Access-Control-Allow-Origin' missing).

Youtube suggets to visit: https://www.youtube.com/supported_browsers and there all is ok.

OS: Windows XP

rmottola commented 2 years ago

I don't know exactly what is your XP build. YouTube login is broken, but videos do play.

Did you force user agent to play desktop version (I do and it works)? By default AF uses the mobile version. I see you have an error in desktop_polymer

rmottola commented 7 months ago

Several things were fixed in the meanwhile, did you retry @JeanPaulLucien ?