Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookmarklet doesn't work on docker #186

Open
jacob2020baklas opened this issue Jan 25, 2024 · 3 comments
Open

Bookmarklet doesn't work on docker #186

jacob2020baklas opened this issue Jan 25, 2024 · 3 comments

Comments

@jacob2020baklas
Copy link

jacob2020baklas commented Jan 25, 2024

the bookmarklet produced http request does't go past the browser
image

i think it needs ssl support
now it uses vpn and im not sure how to configure it behind my proxy
PS: everything else works as expected (UI & Download)

@jacob2020baklas
Copy link
Author

Update :
i modified the CMD which starts the unicorn server and rerun the container with docker compose

@manbearwiz
Copy link
Owner

yeah its been a long time since I tried the bookmarklet... I don't think adding the CORS middleware to starlette will fix that issue. I think adding that middleware would just allow you to load resources from other domains when on the youtube-dl ui. You might just need to use one of the browser extensions that let you toggle CORS on a page.

@manbearwiz
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants