From 3f37ce61847886fedf668ce0823aef9126a1b3af Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 2 Jan 2023 21:35:25 +0700 Subject: [PATCH] Update: Due to some certificate error let's just ignore the check on a few links. Logs: * ERR_TLS_CERT_ALTNAME_INVALID -https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/ * CERT_HAS_EXPIRED - https://lakion.com/lionframe * ERR_TLS_CERT_ALTNAME_INVALID - https://tastypieapi.org/ * Z_DATA_ERROR - https://swagger.io/ --- .404-links.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.404-links.yml b/.404-links.yml index f71893e..585adfc 100644 --- a/.404-links.yml +++ b/.404-links.yml @@ -1,2 +1,9 @@ delay: 'https://github.com': 500 #Avoiding Github rate limit by delaying the request -> 500ms +ignore: + urls: # Array of url to ignore + - https://swagger.io/ + - https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/ + - https://lakion.com/lionframe + - https://tastypieapi.org/ +