LBRYFoundation / Watch-on-LBRY

Plugin for web browser that automatic check if YouTube video is on LBRY
GNU General Public License v3.0
79 stars 19 forks source link

Fix CORS errors in content script #58

Closed Aenigma closed 3 years ago

Aenigma commented 3 years ago

Move fetch requests to background page. Include a dirty cache so that same requests don't get made over and over again as settings change.

This should fix #56

kodxana commented 3 years ago

Thank you tested and can confirm it fixes issue :)