Skip to content

Commit 02c8fe1

Browse files
committed
Changed the MEDIA_URL to use https instead of http, to be in line with other efforts to move to https in general.
- Legacy-Id: 9323
1 parent 7b94d60 commit 02c8fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
USE_TZ = False
9191

92-
MEDIA_URL = 'http://www.ietf.org/'
92+
MEDIA_URL = 'https://www.ietf.org/'
9393

9494
STATIC_URL = "/"
9595
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")

0 commit comments

Comments
 (0)