Skip to content

Antivirus software blocking editor from running sketches #1965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kjhollen opened this issue Nov 10, 2021 · 4 comments · Fixed by #1967
Closed

Antivirus software blocking editor from running sketches #1965

kjhollen opened this issue Nov 10, 2021 · 4 comments · Fixed by #1967

Comments

@kjhollen
Copy link
Member

Nature of issue?

  • Found a bug

Details about the bug:

One of my students has a Microsoft Surface tablet with AVG Antivirus installed on the machine (they said it came bundled with the device and are using the free version). They noticed that over the weekend, the antivirus software started blocking the editor from starting their sketches when they hit the play button in the editor. The antivirus software reports a phishing attempt—maybe a problem with the embedded iframe? The same happens if they try to load the Fullscreen version via File -> Share. The Present version does not load at all.

I saw that some code related to the preview was updated late last week (#1964) so maybe this is affecting the issue @catarak?

  • Web browser and version: Chrome (unsure of version number)
  • Operating System: Windows 10
  • Steps to reproduce this bug: Try to run a sketch on a Windows computer with AVG Antivirus installed.
@catarak
Copy link
Member

catarak commented Nov 11, 2021

Thanks for reporting! I think this is happening because of the recent phishing issues the site has been having—I've deleted the content but perhaps the site is still flagged. I'll need to think more deeply about how to prevent the phishing issues, short term and long term.

I think for now, this student can whitelist the site through the AVG software.

catarak added a commit that referenced this issue Nov 11, 2021
@catarak catarak mentioned this issue Nov 12, 2021
3 tasks
@kjhollen
Copy link
Member Author

Ohhh that makes sense! Ugh. Ok, I've sent them a note about how to add the site to an allow list.

For anyone else who comes across this issue, here's the AVG tutorial on how to add an exception for a particular site: https://support.avg.com/answers?id=9060N000000To2XQAS and you need to add https://preview.p5js.org/* as the URL for the exception.

@catarak
Copy link
Member

catarak commented Nov 12, 2021

I just pushed v2.1.5 which removes the Present view. I believe this is the easiest way to prevent phishing in the short term, since we don't have a support team to remove bad sketches promptly or have a way to scan for these types of abuses.

@kjhollen
Copy link
Member Author

thank you for taking care of this! I think this is the right call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants