[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-20 Thread i bigoss
I have tried following in my settings.py DOMAIN_NAME = *"mydomainname.com"* CSRF_COOKIE_DOMAIN = DOMAIN_NAME But still my csrf _utma _utmz cookies are set to ip address as domain On Friday, June 20, 2014 1:54:01 PM UTC+2, i bigoss wrote: > > Thank you Pahaz, > > I can send forms with followin

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-20 Thread i bigoss
Thank you Pahaz, I can send forms with following setting: block cookies and other website data - set to never however default setting for my safari seems to be: from thirds parties and advertisers. looking at the cookies from my website some of them have domain : mysitesdomain.com and some

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-19 Thread Pahaz Blinov
Please, watch in you browser dev tools: sending or no input param `csrftoken`? On Wednesday, June 18, 2014 12:14:03 AM UTC+6, i bigoss wrote: > > Hi , > > I've set up a basic site on remote server with Mezzanine. It works like a > charm and is almost out of the box if I compare it to django cms

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-18 Thread i bigoss
Just found out that above problem regards all forms on the site so I can't send email etc Safari only . Any ideas how to fix it? Regards Jaroslaw On Tuesday, June 17, 2014 8:14:03 PM UTC+2, i bigoss wrote: > > Hi , > > I've set up a basic site on remote server with Mezzanine. It works like a