A docker container running a nginx proxy to solve CORS problems on browser. You can open any site.
For example, for ytdl-core-browser
- Build docker container
docker build -t cors .- Run docker container
docker run -d --name cors -p 8000:80 corsOpen url like
http://localhost:8000/some-site
Example
http://localhost:8000/https://github.com/mrgick/nginx-cors-anywhere/