Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-03-18 02:31:04

bmloho
Member
Registered: 2017-04-05
Posts: 4

Chrome Extension - Login

I can't login from the Chrome v80

I can however with incogniti mode .

This is the console error message.

A cookie associated with a cross-site resource at https:/xxxxxxxxx / was set without the `SameSite` attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

Is there a setting that needs to change here

index.php/site_admin/chat/listchatconfig#!#misc

Regards

Offline

#2 2020-03-18 03:38:20

bmloho
Member
Registered: 2017-04-05
Posts: 4

Re: Chrome Extension - Login

I have solved this..

Add this to the .htaccess file

Header always edit Set-Cookie (.*) "$1; SameSite=None; Secure"

Offline

#3 2020-03-18 07:14:42

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Chrome Extension - Login

Hi bmloho, thank you for your question and for sharing the solution that worked for you.
Consider the Chrome extension can be not updated so can create issue.
Now modern browser support browser notification that can be activated from the operator profile panel under notification tab so maybe you don't need the Chrome extension.

Have a nice day and enjoy live helper chat!


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#4 2020-06-29 19:52:44

rapafleutz
Member
Registered: 2018-04-19
Posts: 50

Re: Chrome Extension - Login

Hi there. I am with the same problem. My question is: I need to change the configuration of .htaccess on the lhc server side or on the others web page side ?

Offline

#5 2020-06-29 23:22:11

bmloho
Member
Registered: 2017-04-05
Posts: 4

Re: Chrome Extension - Login

Add it to the .htaccess file where you host LHC

Offline

Board footer