gregrickaby/viewer-for-reddit

CORS issues (with enhanced tracking protenction)

gregrickaby opened this issue · 2 comments

Viewing the production site https://reddit-image-viewer.now.sh/ with Firefox + Enhanced Tracking Protection on, I get CORS errors. When I disable tracking, the site loads fine.

This does not happen in Chrome or Safari.

screenshot

I just added a message to the <NoResults /> component da8aba8

screenshot

  • Add the same message under the spinner.
  • Display it after 5 seconds.

Message displays after 5 seconds and asks the user to disable both Tracking Protection and Ad Blocker. bfcf68e

screenshot