internetarchive / wayback-machine-webextension

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

Include Proton AG service websites by default as excluded URLs #1003

Closed mainrs closed 9 months ago

mainrs commented 10 months ago

Is your feature request related to a problem/ issue? Please describe. The following websites are services provided by Proton AG like Mail, Calendar and Cloud Storage.

Describe the solution you'd like To prevent indexing these, these should be added by default when enabling the automatic page save feature.

mainrs commented 10 months ago

I totally forgot the authentication that happens before one sees their content. If the extension starts a crawl on the wayback servers, then the server won't see the content. But if the content is crawled from the user's browser, i.e., the page they see, then this can be an issue.

cgorringe commented 9 months ago

Thanks for the suggestion and the PR. We'll test it and likely include it in the default list if all looks good.