Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Question] Is the JS interpreter sandboxed? #13168
Comments
|
JS interpreter only supports a language subset needed for interpreting YouTube JS. Nothing from aforementioned list is supported. |
|
@dstftw Thanks for replying. The things I listed are not exactly language features. They are about the API surface exposed to the JS. I tried skimming through |
|
I've already answered: nothing you listed is possible. |
What is the purpose of your issue?
When the JS from a website is interpreted by youtube-dl, is the JS sufficiently sandboxed so that:
?