FOSSRIT / fossrit.github.io

Official website for Free and Open Source Software @ RIT MAGIC Center and FOSS academia
https://fossrit.github.io
Mozilla Public License 2.0
9 stars 12 forks source link

Privacy extensions can break the calandar #179

Open MoralCode opened 1 year ago

MoralCode commented 1 year ago

privacyBadger was detecting the uicdn.toast.com domain s a tracker and blocking it (which amkes sense given the tui calendar tracks users using google analytics by default so they can see how many people use their open source package. This tracking is disabled on this site, however enough other sites clearly have it enabled that privacyBadger has flagged it as a third party tracker.

when this domain is blocked, the calendar and some of its dependencies cannot load and the calendar page shows this:

Screenshot_20221009_110758

Some solutions:

MoralCode commented 1 month ago

The site opts out here: https://github.com/FOSSRIT/fossrit.github.io/blob/main/calendar.html#L57

https://github.com/nhn/tui.calendar/issues/172 links to the code in tui that handles this

Something broken