[cleanup] add `confval role to entry for linkcheck_allow_unauthorized` (#12177)

This commit is contained in:
James Addison 2024-03-23 16:40:50 +00:00 committed by GitHub
parent d91ba115bd
commit 4b3c4abe0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ Bugs fixed
* #11715: Apply ``tls_verify`` and ``tls_cacerts`` config to
``ImageDownloader``.
Patch by Nick Touran.
* #11433: Added the ``linkcheck_allow_unauthorized`` configuration option.
* #11433: Added the :confval:`linkcheck_allow_unauthorized` configuration option.
Set this option to ``False`` to report HTTP 401 (unauthorized) server
responses as broken.
Patch by James Addison.