naqushab / saavn-downloader-extension

Chrome Extension to download songs and block ads for jiosaavn.com (previously saavn.com)
https://www.jiosaavn.com/
91 stars 18 forks source link

Cross-Origin Read Blocking (CORB) blocked cross-origin response [BUG] #47

Closed ahsanurc closed 4 years ago

ahsanurc commented 4 years ago

Describe the bug Cross-Origin Read Blocking (CORB) blocked cross-origin response https://jiosaavn-api.herokuapp.com/result/?query=https%3A%2F%2Fwww.jiosaavn.com%2Fsong%2Ftere-naal%2FKD8zfAZpZFo with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details.

Screenshots image

naqushab commented 4 years ago

Should be tackled via https://github.com/naqushab/saavn-downloader-extension/pull/50

tuhinpal commented 4 years ago

@naqushab No that was the issue with the api, that time there are no Access-Control-Allow-Origin present on the api response (maybe bcs you not update the api) so chrome blocked that.

@ahsanurc now that is fixed, closing the issue.