mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
No good reason not to use HTTPS.
This commit is contained in:
parent
685ed18255
commit
90834d4481
@ -24,8 +24,7 @@ var twemoji = (function (
|
||||
/////////////////////////
|
||||
|
||||
// default assets url, by default will be Twitter Inc. CDN
|
||||
base: (location.protocol === 'https:' ? 'https:' : 'http:') +
|
||||
'//twemoji.maxcdn.com/',
|
||||
base: 'https://twemoji.maxcdn.com/',
|
||||
|
||||
// default assets file extensions, by default '.png'
|
||||
ext: '.png',
|
||||
@ -587,4 +586,4 @@ var twemoji = (function (
|
||||
return r.join(sep || '-');
|
||||
}
|
||||
|
||||
}());
|
||||
}());
|
||||
|
Loading…
Reference in New Issue
Block a user