iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
989 stars 552 forks source link

Load OpenStreetMap tiles over https #1150

Closed EdJoPaTo closed 7 years ago

EdJoPaTo commented 8 years ago

With the Ingress Intel map loaded over HTTPS the OpenStreetMap tiles currently are still loaded over HTTP. This is bad practice and causes a 'Mixed Content' warning in browsers such as Chrome or Firefox.

mxxcon commented 8 years ago

Why not make it one step better and always load over https regardless? :+1:

EdJoPaTo commented 8 years ago

@mxxcon I thought about it, but the https port can be blocked. so if the user have a reason the use the http variant over the https variant, he should get the tiles over the same type of connection too.

mxxcon commented 8 years ago

But to use intel you must authenticate w/ your google account, and that is done only over https. so if https is blocked, i doubt you'd be able to use intel map anyway.

EdJoPaTo commented 8 years ago

@mxxcon good point. i changed that.