• Anonymous User 14009747

    (@anonymized-14009747)


    Hi,

    Nice useful plugin, just discovered it, and we’re experimenting with it.

    We found out that when cookies are disabled in the browser, the bar still shows. This is not useful for the visitor, because they already explicitly disabled their cookies. So no bar should be shown.
    Also, same case (so global cookies disabled), the bar keeps showing, even if we click accept or decline.

    Maybe we looking in the wrong direct, and just need a (couple of) point(s), but maybe it’s useful to add a check to see is cookies are enabled in the browser.
    Haven’t tested it, but something in the line of this might suffice:

    `
    function hasCookies() {
    return (navigator.cookieEnabled);
    }
    `

    Hope we can make the plugin better and more useful this way.

    Hope to hear from you,

    Edwin

  • The topic ‘Disable bar is cookies are disabled in browser’ is closed to new replies.