markdown_link_check_config.json 675 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "retryOn429": true,
  3. "retryCount": 5,
  4. "fallbackRetryDelay": "10s",
  5. "httpHeaders": [
  6. {
  7. "urls": [
  8. "https://docs.github.com/",
  9. "https://help.github.com/"
  10. ],
  11. "headers": {
  12. "Accept-Encoding": "zstd, br, gzip, deflate"
  13. }
  14. }
  15. ],
  16. "ignorePatterns": [
  17. {
  18. "pattern": "^http(s)?://127.0.0.1.*"
  19. },
  20. {
  21. "pattern": "^http(s)?://localhost.*"
  22. },
  23. {
  24. "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
  25. },
  26. {
  27. "pattern": "http(s.?)?:\/\/(www\.)?linkedin\.com\.*"
  28. },
  29. {
  30. "pattern": "http(s?)?:\/\/(www\.)?medium\.com\/.*"
  31. }
  32. ]
  33. }