Skip to content

Commit 1918999

Browse files
committed
use protocol-relative URL for CartoDB provider
1 parent b3b2b02 commit 1918999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/client/utils/ConfigProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ const CONFIGPROVIDER = {
485485
}
486486
},
487487
CartoDB: {
488-
url: 'http://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}.png',
488+
url: '//{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}.png',
489489
options: {
490490
attribution: '{attribution.OpenStreetMap} &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
491491
subdomains: ['a', 'b', 'c', 'd'],

0 commit comments

Comments
 (0)