-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Remove mastodon.archive.org from excluded urls #976
Conversation
@anishsarangi I see that we block Allowing/Blocking a URL is happening in SPN, it shouldn't happen in the browser extension. So, please drop |
@vbanos We are showing based "URL not supported" on the UI based on |
Would if we did Alternately, could simply These are just suggestions. I do think there is some benefit in having the UI display "URL not supported" in known cases. I'm not sure what is the best solution. |
I'd recommend keeping it for |
@anishsarangi please check again the SPN public API error codes.
@cgorringe we may need to capture archive.org static pages, e.g. https://archive.org/about Again, the logic to allow/block a URL is too complicated. The SPN2 back-end is taking care of that. |
@vbanos My recommendation for blocking Like I said, I tested it. There are other issues with Wayback Count to resolve if we don't block |
@vbanos I think what @cgorringe suggests makes a valid point. I have just updated the code. Please have a look at it so that we can merge the PR. |
OK, I've checked it and I think that its OK. |
Okay i am merging this PR. |
Make changes in
isArchiveUrl
function to include mastodon.archive.org as a supported url in the extension.