1
0
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:
Nicolás Bevacqua 2016-02-05 12:15:27 -03:00
parent 685ed18255
commit 90834d4481

View File

@ -24,8 +24,7 @@ var twemoji = (function (
///////////////////////// /////////////////////////
// default assets url, by default will be Twitter Inc. CDN // default assets url, by default will be Twitter Inc. CDN
base: (location.protocol === 'https:' ? 'https:' : 'http:') + base: 'https://twemoji.maxcdn.com/',
'//twemoji.maxcdn.com/',
// default assets file extensions, by default '.png' // default assets file extensions, by default '.png'
ext: '.png', ext: '.png',