-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
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. |
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. |
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. |
thank you for taking care of this! I think this is the right call. |
Nature of issue?
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?
The text was updated successfully, but these errors were encountered: