alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.25k stars 390 forks source link

Support basic auth in Chrome bookmarklet #428

Closed apeckham closed 5 months ago

apeckham commented 5 months ago

Updated the MeTube bookmarklet to include xhr.withCredentials=true in the AJAX request. This allows the bookmarklet to work when MeTube is behind basic auth.

Only applied this change to the Chrome version of the bookmarklet since that is the environment I was able to test in.

Thank you for metube 📺

alexta69 commented 5 months ago

Thanks @apeckham !