소스 검색

Serve images over HTTPS

Noticed from @ethanmick's fork. Wanted to make the change upstream.
Mark Ide 7 년 전
부모
커밋
dbdf746b37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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