Skip to content

Commit 279eab2

Browse files
committed
Revert removal of http:// from IDTRACKER_BASE_URL - this old and
perhaps misnamed setting is used as prefix for links in outgoing email where protocol + server name is needed. It should perhaps be renamed and set to https but this seems unrelated to the facelift work and for the rename likely to be a interesting source of conflicts so is probably better done closer to trunk. - Legacy-Id: 8570
1 parent 7d0e817 commit 279eab2

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
@@ -273,7 +273,7 @@ def skip_unreadable_post(record):
273273
)
274274

275275
# no slash at end
276-
IDTRACKER_BASE_URL = "//datatracker.ietf.org"
276+
IDTRACKER_BASE_URL = "http://datatracker.ietf.org"
277277
RFCDIFF_PREFIX = "//www.ietf.org/rfcdiff"
278278

279279
# Valid values:

0 commit comments

Comments
 (0)