Why don't Chrome exceptions for third-party cookies work (makes Disqus inability to use)?

So, Disqus did not work for me for a while, and they finally, with convenience, added a small notification that this was due to the blocking of third-party cookies. Great, I said, let me take care of this.

So I added an exception for disqus.com in the Chrome settings, but it does not seem to work. I did this in Settings -> Advanced -> Content Settings -> Exception Management, where I added a "allow" exception to disqus.com . Otherwise, I blocked third-party cookies.

Disqus still does not work, although it gives me the same error on every site that it cannot work with third-party cookies. The error persists even if I go to disqus.com and log in, then go to the site.

Why might an error occur here?

+6
source share
2 answers

The reason is that you must tell Chrome to allow third-party cookies for the disqus.com subdomains . So just install the exception instead: [*.]disqus.com .

+11
source

Disqus requires that you accept third-party cookies. If you want to use it, you have to turn them on and take a chance with the bad guys who use them for vile purposes.

0
source

Source: https://habr.com/ru/post/916411/


All Articles