mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-24 04:08:05 -08:00
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/
This commit is contained in:
@@ -1,2 +1,9 @@
|
|||||||
delay:
|
delay:
|
||||||
'https://github.com': 500 #Avoiding Github rate limit by delaying the request -> 500ms
|
'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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user