Fix contentexcludes in tasks.py (#6406)

- Include 'socialaccount.socialtoken'
This commit is contained in:
Oliver 2024-02-05 15:23:41 +11:00 committed by GitHub
parent 77fd6b6bb3
commit 3a48af6bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ def content_excludes(
# Optionally exclude SSO application information
if not allow_sso:
excludes.append('socialaccount.socialapp')
excludes.append('socialaccount.socialtoken')
output = ''