redact passwords, keys, and secret tokens in admin UI

This commit is contained in:
Nick Sweeting 2024-05-06 11:06:42 -07:00
parent 8667ed29f1
commit 027c029316
No known key found for this signature in database
6 changed files with 183 additions and 4 deletions

View file

@ -36,6 +36,7 @@ dependencies = [
# - scihubdl
# - See Github issues for more...
"django-signal-webhooks>=0.3.0",
"django-admin-data-views>=0.3.1",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"