You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
I don't think this will be effective in the long run -- if filter lists decide to block this script (rightfully for social functionality), they may eventually block all re-hosted instances of the script as they are discovered. Most adblockers allow users to make exceptions for pages they trust, and circumventing this model doesn't seem ideal.
IMO the better way is to implement server-side Google OAuth2 login, which removes this dependency entirely, but is somewhat more headache to deal with (Google OAuth client rules...)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Copying from Cal-CS-61A-Staff/examtool-web#14: https://exam.cs61.org/ loads https://apis.google.com/js/platform.js, which is blocked by some ad blockers, causing the page to not load. I had multiple students in Data 8 report this issue. It would be useful to load that script from elsewhere, so the page isn't blocked by ad blockers.
The text was updated successfully, but these errors were encountered: