You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be useful for cookie handling libraries that currently have to call psl.get() and implement their own logic around checking for cookie validity. I understand if this library wants to remain small, but I noticed this useful function in libpsl and wondered if there was interest in including it in the JS counterpart.
The text was updated successfully, but these errors were encountered:
ShivanKaul
changed the title
isCookieDomainAcceptable()
Interest in isCookieDomainAcceptable()
Aug 28, 2020
Hi! Just wondering if there's any interest in implementing a function along the lines of
isCookieDomainAcceptable()
from libpsl: https://rockdaboot.github.io/libpsl/libpsl-Public-Suffix-List-functions.html#psl-is-cookie-domain-acceptableThis might be useful for cookie handling libraries that currently have to call
psl.get()
and implement their own logic around checking for cookie validity. I understand if this library wants to remain small, but I noticed this useful function inlibpsl
and wondered if there was interest in including it in the JS counterpart.The text was updated successfully, but these errors were encountered: