Skip to content

Commit

Permalink
Change DEFAULT_TILES attribution to HTTPS (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 committed Feb 21, 2022
1 parent 000055f commit 3d604ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet/__init__.py
Expand Up @@ -11,7 +11,7 @@


DEFAULT_TILES = [(_('OSM'), '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
'© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors')]
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors')]

LEAFLET_CONFIG = getattr(settings, 'LEAFLET_CONFIG', {})

Expand Down

0 comments on commit 3d604ce

Please sign in to comment.