Skip to content

How to disabled cookie test or set secure for cookie? #815

Answered by makma
ange007 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @ange007, thank you for your question.
Adding a secure cookie attribute would break the usage of this library on the sites running on HTTP.

insecure sites (with HTTP: in the URL) can't set cookies with the Secure attribute

src: MDN
Also, it would cause breaking changes in the already generated fingerprints (see this issue).

At this moment, we can only suggest modifying the FingerprintJS code or adding the cookie entropy source to the WAS exceptions.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Finesse
Comment options

@ange007
Comment options

@Finesse
Comment options

Answer selected by Finesse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants