Coder Social home page Coder Social logo

cookie-consent's People

Contributors

danielx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cookie-consent's Issues

lit-element release?

Hi Dabolus,

are you planning a lit-element or at least Polymer 3 version of this element? If not, do you mind a PR?

Cheers!

Disable ip location

As a DEVELOPER I want to have a property to enable/disable the IP location functionality.

Cannot use 'in' operator to search for 'country_code' in null

Hi! Nice component!

I'm using the v1 if this component and I was trying to not check the user country, I just want to always show the cookie banner not matter where they are (At this moment there's no way to disable this in the component) so what I did was to set the geoIpUrl to nothing (geo-ip-url="") and after this the console output this:

cookie-consent.html:274 Uncaught TypeError: Cannot use 'in' operator to search for 'country_code' in null
    at HTMLElement._checkCountryCode (cookie-consent.html:274)
    at HTMLElement.handler (polymer.html:507)
    at HTMLElement.fire (polymer.html:1284)
    at HTMLElement._handleResponse (iron-ajax.html:512)
    at <anonymous>

I checked the component's code and there's a line where you check if there's a property with the name set in geoIpParam inside the response of the iron-request.
https://github.com/Dabolus/cookie-consent/blob/master/cookie-consent.html#L280

Note: This is happenning on the v2 too.

The problem is that before this if you check if response is an object:
https://github.com/Dabolus/cookie-consent/blob/2.0/cookie-consent.html#L277

And in my use case response is null and typeof null === 'object' is true.

I've created 2 PR to fix this in both versions (v1 and v2)

#1
#2

Thanks for your time and regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.