Kaynağa Gözat

Serve images over HTTPS

Noticed from @ethanmick's fork. Wanted to make the change upstream.
Mark Ide 7 yıl önce
ebeveyn
işleme
dbdf746b37
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      config/config.py

+ 1 - 1
config/config.py

@@ -1,6 +1,6 @@
 def playerIcons(poi):
     if poi['id'] == 'Player':
-        poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId']
+        poi['icon'] = "https://overviewer.org/avatar/%s" % poi['EntityId']
         return "Last known location for %s" % poi['EntityId']
 
 # Only signs with "-- RENDER --" on the last line will be shown