Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #30030: Prevent JSmol from phoning home
The JSmol library -- invoked when using `viewer='jmol'` or `viewer='canvas3d'` from the Jupyter notebook -- is sending an HTTP request to a tracking script at chemapps.stolaf.edu that then uses Google Analytics: {{{ GET /jmol/JmolTracker.php?id=UA-45940799-1&applet=Jmol._Canvas2D%20(Jmol )&version=2019-06-08%2000:17:46%20(JSmol/j2s)&appver=14.29.51&url=about% 3Asrcdoc HTTP/1.1 Host: chemapps.stolaf.edu User-Agent: ... ... Referer: http://localhost:8888/notebooks/.../mynotebook.ipynb ... }}} These requests are not essential to the functioning of JSmol, so in the interest of furthering users' digital privacy, the proposed change prevents such requests from occurring. The instruction to disable the tracking request was found at: https://sourceforge.net/p/jmol/mailman/message/31869453/ URL: https://trac.sagemath.org/30030 Reported by: gh-jcamp0x2a Ticket author(s): Joshua Campbell Reviewer(s): Paul Masson
- Loading branch information