deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.18k stars 284 forks source link

Why hard code user and password in index.js file? #362

Open leibf2099 opened 11 months ago

leibf2099 commented 11 months ago

line no 135 in index.js file: beforeSend: function(xhr) { xhr.setRequestHeader("Authorization", "Basic " + btoa("demo:demo")); }