docs/linkcheck: ignore loging wall for broadcom

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34923>
This commit is contained in:
Eric Engestrom 2025-05-11 20:38:10 +02:00 committed by Marge Bot
parent 9c251da89a
commit 01a7b08992

View file

@ -157,6 +157,7 @@ linkcheck_allowed_redirects = {
# Pages that requires authentication # Pages that requires authentication
'https://gitlab.freedesktop.org/admin/runners': 'https://gitlab.freedesktop.org/users/sign_in', 'https://gitlab.freedesktop.org/admin/runners': 'https://gitlab.freedesktop.org/users/sign_in',
'https://gitlab.freedesktop.org/profile/personal_access_tokens': 'https://gitlab.freedesktop.org/users/sign_in', 'https://gitlab.freedesktop.org/profile/personal_access_tokens': 'https://gitlab.freedesktop.org/users/sign_in',
'https://support.broadcom.com/group/ecx/free-downloads': 'https://support.broadcom.com/c/portal/login',
} }