-
Notifications
You must be signed in to change notification settings - Fork 15
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
Safari Content Blockers crash if the blocker list is too large #3
Comments
I think this is the same issue being experienced by similar project rocketshipapps/adblockfast#26 |
Yes it looks like it. I'm not sure if it's a bug with the CSS or |
Although it seems from my brief testing that the .json from this project actually blocks things whereas the AdblockFast one does not currently initiate by iOS (that one is much larger btw) |
This was the most complex one that seemed to work. |
Safari is meant to handle up to 50K rules, so your list is unlikely too big. In the case of Adblock Fast, I introduced a syntax error that Safari was failing silently on. |
That might be it. I'll have to look into it. |
Interested where the number 50K comes from |
I believe this number has been increased recently, actually. I'll look into it. |
Seems to be a bug in the content blocker loader. Anyone not experiencing this problem?
The text was updated successfully, but these errors were encountered: