From 3a48af6bd4500d91273846b98a8c6fdd92a5e582 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 5 Feb 2024 15:23:41 +1100 Subject: [PATCH] Fix contentexcludes in tasks.py (#6406) - Include 'socialaccount.socialtoken' --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 0a3e96b4d4..39bd16a459 100644 --- a/tasks.py +++ b/tasks.py @@ -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 = ''