Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
I have solved this..
Add this to the .htaccess file
Header always edit Set-Cookie (.*) "$1; SameSite=None; Secure"
Offline
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!
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
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
Add it to the .htaccess file where you host LHC
Offline
Pages: 1