broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Enhancement: Allow passing of a custom header for all requests

Open khawkins98 opened this issue 1 year ago • 0 comments

Will partly resolve https://github.com/stevenvachon/broken-link-checker/issues/212

      const siteChecker  = new SiteChecker (
        {
          customHeaders: { "my-dev-tester": "MY_SECRET" },

For our use case, this prevents the site from tipping DDOS prevention.

khawkins98 avatar Jan 08 '24 09:01 khawkins98