From d77e00da048d46302f2f035ef847ce28952284e6 Mon Sep 17 00:00:00 2001 From: Giorgio Garasto Date: Wed, 23 Aug 2017 12:46:00 +0200 Subject: [PATCH] Added documentation for empty geoIpUrl behavior --- cookie-consent.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookie-consent.html b/cookie-consent.html index e25156d..1b57165 100644 --- a/cookie-consent.html +++ b/cookie-consent.html @@ -106,6 +106,9 @@ * You can change it if for some reason the 15,000 queries per hour offered * by [freegeoip.net](https://freegeoip.net/) are not enough for you, or * if you prefer to use your own private api. + * + * You can also pass an empty string if you want to show the cookie consent + * to any visitor, regardless of their location. */ geoIpUrl: { type: String,