| { | |
| "ignorePatterns": [ | |
| { | |
| "pattern": "^http://localhost" | |
| }, | |
| { | |
| "pattern": "^http://127.0.0.1" | |
| }, | |
| { | |
| "pattern": "^(https?://)?([a-zA-Z0-9-]+\\.)*bilibili\\.com" | |
| } | |
| ], | |
| "timeout": "10s", | |
| "retryOn429": true, | |
| "retryCount": 10, | |
| "fallbackRetryDelay": "1000s", | |
| "aliveStatusCodes": [ | |
| 200, | |
| 401, | |
| 403 | |
| ] | |
| } |