mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Use HTTPS when downloading unicode.org's emoji-test.txt (#37290)
This commit is contained in:
@@ -60,7 +60,7 @@ end
|
||||
namespace :emojis do
|
||||
desc 'Generate a unicode to filename mapping'
|
||||
task :generate do
|
||||
source = 'http://www.unicode.org/Public/emoji/16.0/emoji-test.txt'
|
||||
source = 'https://www.unicode.org/Public/emoji/16.0/emoji-test.txt'
|
||||
codes = []
|
||||
dest = Rails.root.join('app', 'javascript', 'mastodon', 'features', 'emoji', 'emoji_map.json')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user