gilbarbara / react-spotify-web-playback

A simple player for Spotify's web playback

Home Page:https://react-spotify-web-playback.gilbarbara.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox CORS Error

hephaestos opened this issue · comments

Describe the bug
Playback is being blocked by a Cross Origin Request Blocked error on Firefox. This is happening both in my use of the component as well as on your demo

To Reproduce
Open your demo https://react-spotify-web-playback.gilbarbara.dev/
Open the developer console

Screenshots
image
image

Desktop:

  • OS: Windows 10
  • Browser: Firefox
  • Version: 87.0

Just tested in Firefox 87 and 88 on a Mac and I didn't have any errors.

The last line in your print mentions a moz-extension.
Try to disable all extensions.

Sure enough it was being caused by Privacy Badger. Thank you