Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Haktan Suren

    (@haktansuren)

    Actually, we are using the same package as well. Which cookies are causing the error mentioned above?

    Thread Starter Ritesh Patel

    (@ritteshpatel)

    Hi Haktan,

    I see this for all the utm_ cookies.

    I think it just need to set the secure flag in while setting the cookie?

    Cookies.set(v, cookie_field, { expires: 30, secure: true|false });

    Plugin Author Haktan Suren

    (@haktansuren)

    Hi @ritteshpatel , thanks for the feedback. I’m planning to make a new release soon. Will add this piece there too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing secure flag’ is closed to new replies.