Django 4.0 wildcard subdomain preventing from setting csrf token

@CodenameTim I just added CSRF_COOKIE_DOMAIN = "test.com" to my prod version with https and nginx and it seem like it worked!

I’m gonna do some further testing just to make sure!