On 9/14/2020 at 6:28 PM, Lalaru said:Hi,
I had a problem with the demo sites of my modules sold on addons. The demo sites are framed inside the Prestashop addons site and so the cross site policy now blocks admin login.
I just add this line in my .htaccess files to force Secure;SameSite=None to all cookies on the site :
Header edit Set-Cookie ^(.*)$ $1;Secure;SameSite=None
Best regards
Unfortunately with this it works only inside Addons frame. With direct link to shop it stop to work in any browsers. ;((