From cfc85de166d5a6999abc577e91d30c862a441875 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 15 Apr 2015 11:33:36 +0000 Subject: [PATCH] Put back the schema specifier of IANA and RFC-editor URLs -- they are needed in parts of the code. - Legacy-Id: 9501 --- ietf/settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ietf/settings.py b/ietf/settings.py index 3de735a59..5b7c43a59 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -392,15 +392,15 @@ IANA_APPROVE_EMAIL = "drafts-approval@icann.org" # Put real password in settings_local.py IANA_SYNC_PASSWORD = "secret" -IANA_SYNC_CHANGES_URL = "//datatracker.iana.org:4443/data-tracker/changes" -IANA_SYNC_PROTOCOLS_URL = "//www.iana.org/protocols/" +IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes" +IANA_SYNC_PROTOCOLS_URL = "http://www.iana.org/protocols/" RFC_TEXT_RSYNC_SOURCE="ftp.rfc-editor.org::rfcs-text-only" RFC_EDITOR_SYNC_PASSWORD="secret" -RFC_EDITOR_SYNC_NOTIFICATION_URL = "//www.rfc-editor.org/parser/parser.php" -RFC_EDITOR_QUEUE_URL = "//www.rfc-editor.org/queue2.xml" -RFC_EDITOR_INDEX_URL = "//www.rfc-editor.org/rfc/rfc-index.xml" +RFC_EDITOR_SYNC_NOTIFICATION_URL = "http://www.rfc-editor.org/parser/parser.php" +RFC_EDITOR_QUEUE_URL = "http://www.rfc-editor.org/queue2.xml" +RFC_EDITOR_INDEX_URL = "http://www.rfc-editor.org/rfc/rfc-index.xml" # Liaison Statement Tool settings LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool '