github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/markdown-link-check.json (about)

     1  {
     2    "ignorePatterns": [
     3      {
     4        "pattern": "^https*://127.0.0.1"
     5      },
     6      {
     7        "pattern": "^https://www.drupal.org/(u|project|about|forum|slack)"
     8      },
     9      {
    10        "pattern": "^https://deb.sury.org"
    11      },
    12      {
    13        "pattern": "^https://nssm.cc/"
    14      },
    15      {
    16        "pattern": "^https://www.php.net/manual/"
    17      },
    18      {
    19        "pattern": "^https://www.drupaleasy.com/blogs/ultimike/2019/06/sharing-your-ddev-local-site-public-url-using-ddev-share-and-ngrok"
    20      },
    21      {
    22        "pattern": "^https://www.cyberciti.biz/"
    23      },
    24      {
    25        "pattern": "^https://nightly.link/drud/ddev/workflows/master-build/master"
    26      }
    27    ],
    28    "httpHeaders": [
    29      {
    30        "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
    31        "headers": {
    32          "Accept-Encoding": "zstd, br, gzip, deflate"
    33        }
    34      }
    35    ],
    36  
    37    "timeout": "20s",
    38    "retryOn429": true,
    39    "retryCount": 5,
    40    "fallbackRetryDelay": "30s",
    41    "aliveStatusCodes": [200, 206, 301]
    42  }