plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

Unable to open plnkr code example in firefox private browsing window #532

Open Ravichandra-C opened 4 years ago

Ravichandra-C commented 4 years ago

Describe the bug I'm trying to solve Tasks in javascript.info site where all the tasks are given as links to a plnkr but as soon as I click on the link I'm get a blank page.

To Reproduce Steps to reproduce the behavior:

  1. Open https://javascript.info/mousemove-mouseover-mouseout-mouseenter-mouseleave in Firefox private window
  2. click on "Open a sandbox with tests." in any task in Tasks section.
  3. Its showing a blank page

Errors / logs in developer tools There are no errors are shown in web console or browser console apart from the below line. "The resource at “https://www.google-analytics.com/analytics.js” was blocked because content blocking is enabled"

Expected behavior Plnkr should open and user should be able to edit and run the code .

Screenshots If applicable, add screenshots to help explain your problem. image

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Please let me know if you need any additional information.

ggoodman commented 4 years ago

Interesting. I'll have to see if there is something in the code that might RELY on analytics being available. No reason to block the whole site from working if users are opting out through browser choice or other extensions.