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
This commit is contained in:
parent
7d0e817e5d
commit
279eab24f6
|
@ -273,7 +273,7 @@ INTERNAL_IPS = (
|
|||
)
|
||||
|
||||
# no slash at end
|
||||
IDTRACKER_BASE_URL = "//datatracker.ietf.org"
|
||||
IDTRACKER_BASE_URL = "http://datatracker.ietf.org"
|
||||
RFCDIFF_PREFIX = "//www.ietf.org/rfcdiff"
|
||||
|
||||
# Valid values:
|
||||
|
|
Loading…
Reference in a new issue