Comment re-pinning of django-cookies-samesite (UA parsing) (#24008)

This commit is contained in:
Tim McCormack
2020-05-15 11:20:35 -04:00
committed by GitHub
parent 45a71cfcf7
commit 407ecefe70

View File

@@ -19,7 +19,8 @@ ddt<1.4.0
# Stay on the latest LTS release of Django
Django<2.3
# Missing dependency declaration on ua-parser: https://github.com/jotes/django-cookies-samesite/issues/25
# 0.6.0 has a missing dependency declaration on ua-parser: https://github.com/jotes/django-cookies-samesite/issues/25
# 0.6.1 throws on some requests from iOS app: https://github.com/jotes/django-cookies-samesite/issues/28
django-cookies-samesite<0.6.0
# The CORS_ORIGIN_WHITELIST changes in a backwards incompatible way in 3.0.0, needs matching configuration repo changes