Skip to content

Commit 68cd7d6

Browse files
authored
Merge pull request alexreisner#1697 from sallesma/force-ssl-on-ban
Force https on BAN lookup
2 parents 5bec3c7 + 7856708 commit 68cd7d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/geocoder/lookups/ban_data_gouv_fr.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ def map_link_url(coordinates)
1414
"https://www.openstreetmap.org/#map=19/#{coordinates.join('/')}"
1515
end
1616

17+
def supported_protocols
18+
[:https]
19+
end
20+
1721
private # ---------------------------------------------------------------
1822

1923
def base_query_url(query)

0 commit comments

Comments
 (0)