File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -392,15 +392,15 @@ def skip_unreadable_post(record):
392392
393393# Put real password in settings_local.py
394394IANA_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
398398RFC_TEXT_RSYNC_SOURCE = "ftp.rfc-editor.org::rfcs-text-only"
399399
400400RFC_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
406406LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool <lsmt@' + IETF_DOMAIN + '>'
You can’t perform that action at this time.
0 commit comments