pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
515 stars 63 forks source link

Add custom default headers to sitemap query #183

Closed mod-flux closed 1 year ago

mod-flux commented 2 years ago

Add any default headers provided in .pallyci.js to the sitemap query.

Particularly useful if you're using headers to set secure cookies in order to pass authentication checks necessary to access the sitemap (e.g. secure test environments).

Open to feedback on whether this will function the same way as pa11y uses it for running the tests.

mod-flux commented 2 years ago

Just bumping this!