We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de5d93 commit aa8e4e6Copy full SHA for aa8e4e6
1 file changed
ietf/settings.py
@@ -535,7 +535,7 @@ def skip_unreadable_post(record):
535
# no slash at end
536
IDTRACKER_BASE_URL = "https://datatracker.ietf.org"
537
RFCDIFF_BASE_URL = "https://www.ietf.org/rfcdiff"
538
-IDNITS_BASE_URL = "https://www.ietf.org/tools/idnits"
+IDNITS_BASE_URL = "https://author-tools.ietf.org/api/idnits"
539
540
# Content security policy configuration (django-csp)
541
CSP_DEFAULT_SRC = ("'self'", "'unsafe-inline'", f"data: {IDTRACKER_BASE_URL} https://www.ietf.org/ https://analytics.ietf.org/")
0 commit comments