Re: Video Calling application using Django

2019-04-12 Thread Mat Gadd
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. > On 12 Apr 2019, at 06:39, K Surya Kumar wrote: > > Hi, > I'm planning to build a video c

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread Mat Gadd
You're correct that is how they rewrite the URLs, but I did know that and expect that to be the case. > On 18 Mar 2019, at 17:35, René Fleschenberg wrote: > > Hi. > > On 3/18/19 12:26 PM, Mat Gadd wrote: >> Weirdly, it appears that Gmail isn't inserting

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread Mat Gadd
As the author of 29975, I figured I'd weigh in here. I've set our site to use SESSION_COOKIE_SAMESITE = None and CSRF_COOKIE_SAMESITE = None and tested password reset links with and without click tracking (in additional to Gmail's tracking), and it certainly appears to fix the issue with Safari

Re: Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2019-02-21 Thread Mat Gadd
ith JavaScript, the links look like they're going to open the real URL, but they *don't.* On Thu, 21 Feb 2019 at 10:44, Mat Gadd wrote: > Exactly that, yes. We've disabled all click tracking that we can, but > Gmail has its own redirect which causes Safari's privacy featu

Re: Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2019-02-21 Thread Mat Gadd
gt; Mat, are you saying you're seeing Safari still blocking, even with click > tracking turned off, because GMail itself is inserting a redirect? > > PJJ > http://philipjohnjames.com > > > On Wed, Feb 20, 2019 at 4:46 AM Mat Gadd > > wrote: > >> We'r

Re: Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2019-02-20 Thread Mat Gadd
e link in the Gmail app or web app (Mailgun click tracking > disabled) + Safari 12.0 on MacOS or any browser in iOS 12. > > All iOS 12 browsers and MacOS Safari users using the Gmail app, or in any > email client if the site they are requesting a password from uses link > tracking.

Re: Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2018-11-26 Thread Mat Gadd
-2-0/>. On Monday, 26 November 2018 09:29:02 UTC, Florian Apolloner wrote: > > > > On Monday, November 26, 2018 at 10:28:07 AM UTC+1, Mat Gadd wrote: >> >> Florian, it's not strictly an "internal redirect on a page", but the >> combination of being b

Re: Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2018-11-26 Thread Mat Gadd
;> redirect" (which I guess means a Django generated redirect from one page to >> another on your site) is going to be after going through the tracking site, >> no? >> >> On Thu, 22 Nov 2018 at 09:51, Mat Gadd wrote: >> >>> Hi all, >>> >>

Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave

2018-11-22 Thread Mat Gadd
Hi all, I raised a ticket regarding this and was directed here to discuss the topic. The summary is that the combination of using click-tracking redirects (which are popular with a variety of email providers) with the Django contrib.auth password re