Skip to content

Commit

Permalink
Switched to freegeoip.app
Browse files Browse the repository at this point in the history
  • Loading branch information
ToX82 committed Jul 12, 2018
1 parent c83fc03 commit e098a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiebar-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function setupCookieBar() {
else {
// If the user is in EU, then STARTUP
var checkEurope = new XMLHttpRequest();
checkEurope.open('GET', 'https://api.ipdata.co', true);
checkEurope.open('GET', 'https://freegeoip.app/json/', true);
checkEurope.onreadystatechange = function() {
// Don't process anything else besides finished requests.
if (checkEurope.readyState !== 4) {
Expand Down
2 changes: 1 addition & 1 deletion cookiebar-latest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e098a33

Please sign in to comment.