Ticket and patch have been submitted regarding this:

https://code.djangoproject.com/ticket/24496
https://github.com/django/django/pull/4337

Since this is related to CSRF and technically weakening the strictness of 
the Referer check, Tim Graham suggested soliciting feedback here to get 
more eyeballs and feedback.

Please let me know if there's more context needed that can be added to the 
ticket.

My tl;dr is that Django should allow a Referer match across a subdomain, 
and not exactly matching `request.get_host()` since cookies are allowed to 
be set on subdomains as well. This is similar in vain to ALLOWED_HOSTS, 
except Django would purely validate against the CSRF_COOKIE_DOMAIN.

Thanks. <3

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/461ac976-18f5-4c40-9e10-0f15cd0eb3f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to