Skip to content

Commit cfc85de

Browse files
committed
Put back the schema specifier of IANA and RFC-editor URLs -- they are needed in parts of the code.
- Legacy-Id: 9501
1 parent 789fcb2 commit cfc85de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/settings.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,15 +392,15 @@ def skip_unreadable_post(record):
392392

393393
# Put real password in settings_local.py
394394
IANA_SYNC_PASSWORD = "secret"
395-
IANA_SYNC_CHANGES_URL = "//datatracker.iana.org:4443/data-tracker/changes"
396-
IANA_SYNC_PROTOCOLS_URL = "//www.iana.org/protocols/"
395+
IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes"
396+
IANA_SYNC_PROTOCOLS_URL = "http://www.iana.org/protocols/"
397397

398398
RFC_TEXT_RSYNC_SOURCE="ftp.rfc-editor.org::rfcs-text-only"
399399

400400
RFC_EDITOR_SYNC_PASSWORD="secret"
401-
RFC_EDITOR_SYNC_NOTIFICATION_URL = "//www.rfc-editor.org/parser/parser.php"
402-
RFC_EDITOR_QUEUE_URL = "//www.rfc-editor.org/queue2.xml"
403-
RFC_EDITOR_INDEX_URL = "//www.rfc-editor.org/rfc/rfc-index.xml"
401+
RFC_EDITOR_SYNC_NOTIFICATION_URL = "http://www.rfc-editor.org/parser/parser.php"
402+
RFC_EDITOR_QUEUE_URL = "http://www.rfc-editor.org/queue2.xml"
403+
RFC_EDITOR_INDEX_URL = "http://www.rfc-editor.org/rfc/rfc-index.xml"
404404

405405
# Liaison Statement Tool settings
406406
LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool <lsmt@' + IETF_DOMAIN + '>'

0 commit comments

Comments
 (0)