Skip to content

Commit

Permalink
Merge branch 'securify' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Feb 11, 2016
2 parents 7960bc7 + b206920 commit e6a58b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/site.js
Expand Up @@ -24755,6 +24755,7 @@ module.exports = function(hostname) {
// Settings for geojson.io
L.mapbox.accessToken = 'pk.eyJ1IjoibWFwYm94IiwiYSI6IlpIdEpjOHcifQ.Cldl4wq_T5KOgxhLvbjE-w';
if (hostname === 'geojson.io') {
L.mapbox.config.FORCE_HTTPS = true;
return {
client_id: '62c753fd0faf18392d85',
gatekeeper_url: 'https://geojsonioauth.herokuapp.com'
Expand Down
1 change: 1 addition & 0 deletions dist/site.mobile.js
Expand Up @@ -24755,6 +24755,7 @@ module.exports = function(hostname) {
// Settings for geojson.io
L.mapbox.accessToken = 'pk.eyJ1IjoibWFwYm94IiwiYSI6IlpIdEpjOHcifQ.Cldl4wq_T5KOgxhLvbjE-w';
if (hostname === 'geojson.io') {
L.mapbox.config.FORCE_HTTPS = true;
return {
client_id: '62c753fd0faf18392d85',
gatekeeper_url: 'https://geojsonioauth.herokuapp.com'
Expand Down
1 change: 1 addition & 0 deletions src/config.js
Expand Up @@ -2,6 +2,7 @@ module.exports = function(hostname) {
// Settings for geojson.io
L.mapbox.accessToken = 'pk.eyJ1IjoibWFwYm94IiwiYSI6IlpIdEpjOHcifQ.Cldl4wq_T5KOgxhLvbjE-w';
if (hostname === 'geojson.io') {
L.mapbox.config.FORCE_HTTPS = true;
return {
client_id: '62c753fd0faf18392d85',
gatekeeper_url: 'https://geojsonioauth.herokuapp.com'
Expand Down

0 comments on commit e6a58b1

Please sign in to comment.