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
Came here to post the same thing, it seems there is a limit. Once I hit 403, I cannot block any more. I confirmed this by unblocking 1, then it let me block 1 like normal, but I still couldn't block any more after that. Stuck at 403.
It might be due to a Promise error here. I expect that would throw an exception, but maybe not.
browser.storage.sync has a per-extension size limit. .set(...) sends an error to its returned Promise if the limit is reached. If the issue is the size limit being reached, then that would explain why we all have different numbers of blocked domains hitting the limit: the length of the individual domains vary.
I tried to add some logging to my installed copy of the extension, but firefox won't accept it. I don't have a developer build of firefox and haven't ever done browser add-on development.
I can click and click, but just get "javascript:;" I closed and reopened Firefox, but it's still stuck.
Is there a limit on the number of unwanted domains? Currently 329.
The text was updated successfully, but these errors were encountered: