Bug Report: ArchiveBox on Cloudron
ArchiveBox default installation exposes private data and uploads to archive.org without user consent
Description:
In the standard installation of ArchiveBox on Cloudron, all content is publicly accessible by default, and archived content is automatically uploaded to archive.org. This behavior is unexpected and potentially harmful for users of a platform like Cloudron, which is often used for personal or sensitive data storage.
Steps to reproduce:
- Install ArchiveBox on Cloudron using the standard installation process.
- Add content to be archived.
- Observe that the content is publicly accessible and being uploaded to archive.org.
Expected behavior:
The default installation should prioritize user privacy and data protection. The following settings should be set as standard in ArchiveBox.conf:
[PRIVACY]
SAVE_ARCHIVE_DOT_ORG = False
PUBLIC_INDEX = False
PUBLIC_SNAPSHOTS = False
PUBLIC_ADD_VIEW = False
Actual behavior:
- All archived content is publicly accessible.
- Content is automatically uploaded to archive.org without user consent.
- Users must manually change privacy settings after installation.
Impact:
- Potential exposure of sensitive or private information.
- Unauthorized distribution of copyrighted or confidential material.
- Users may face difficulties in removing unintentionally uploaded content from archive.org.
Suggested fix:
Update the default installation configuration to include the privacy settings mentioned above. This will ensure that user data remains private by default, and no automatic uploads to archive.org occur without explicit user consent.