UBlock Origin blocks RavenJS CDN
See original GitHub issueMore a PSA for other folks recently hitting trouble with this SDK. If you’re relying strictly on the CDN for Raven, you’ll need to apply fallbacks or bundle the library into your build directly:
One of the default filters enabled for UBlock Origin (common ad blocker) is EasyPrivacy. 10 days ago it added ravenjs.com
to the list: https://github.com/easylist/easylist/commit/3947c4e79ac62d2d6e745e371133fa3bf3663d2c
They do have an appeals process with individual site whitelists and have added exceptions for at least one site running ravenjs already.
Unfortunately there appears to be a confusion around the role of Sentry, the CDN address, and the one responsible for logging activity to Sentry. See one of these threads here: https://forums.lanik.us/viewtopic.php?f=64&t=31754&p=99156&hilit=ravenjs#p99156
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:14 (5 by maintainers)
Top GitHub Comments
This is happenning again. The EasyPrivacy list is catching the Sentry CDN (at least through ublock), breaking my site completely. I wasn’t able to find a repository to track it back to a discussion.
It would be useful to catch this when trying to call
Sentry
from the npm package so applications don’t break.The ravenjs.com entry was removed from Easylist some time ago – closing.