internetarchive / wayback-machine-webextension

A web browser extension for Chrome, Firefox, Edge, and Safari 14.
GNU Affero General Public License v3.0
663 stars 207 forks source link

Exclude webhooks #1017

Open TheLovinator1 opened 8 months ago

TheLovinator1 commented 8 months ago

Webhooks from different services should probably be excluded by default.

I visited my Discord webhook and it got saved to archive.org and a bot deleted it 🙃 image

For Discord *.discord.com/api/webhooks/* would be good.

https://web.archive.org/web/*/discord.com/api/webhooks/*

cgorringe commented 8 months ago

I wonder if */webhooks/* is a common enough pattern that we could apply across many URLs?