github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/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|join-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://.*blackfire.io"
    23      },
    24      {
    25        "pattern": "^https://twitter.com/search"
    26      },
    27      {
    28        "pattern": "^https://www.cyberciti.biz/"
    29      },
    30      {
    31        "pattern": "^https://nightly.link/ddev/ddev/workflows/master-build/master"
    32      },
    33      {
    34        "pattern": "^https://github.com/ddev/maintainer-info"
    35      },
    36      {
    37        "pattern": "^https://buildkite.com/organizations/ddev"
    38      },
    39      {
    40        "pattern": "^https://github.com/orgs/ddev"
    41      },
    42      {
    43        "pattern": "^https://newmonitor.thefays.us/icingaweb2"
    44      },
    45      {
    46        "pattern": "^https://analytics.amplitude.com"
    47      },
    48      {
    49        "pattern": "^https://(meta.stackoverflow|stackoverflow|superuser).com/"
    50      },
    51      {
    52        "pattern": "^https://packages.debian.org/stable/"
    53      },
    54      {
    55        "pattern": "^https://community.chocolatey.org"
    56      }
    57    ],
    58    "httpHeaders": [
    59      {
    60        "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
    61        "headers": {
    62          "Accept-Encoding": "zstd, br, gzip, deflate"
    63        }
    64      }
    65    ],
    66  
    67    "timeout": "20s",
    68    "retryOn429": true,
    69    "retryCount": 5,
    70    "fallbackRetryDelay": "30s",
    71    "aliveStatusCodes": [200, 206, 301]
    72  }