Oobee (formerly known as Purple A11y) is a customisable, automated web accessibility testing tool that allows software development teams to find and fix accessibility problems to improve persons with disabilities (PWDs) access to digital services.
MIT License
116
stars
43
forks
source link
Fix to prevent PDF scan when HTTP request contains GET parameters #309
Implemented a fix to prevent PDF scans when the HTTPS request contains GET parameters.
Updated the relevant logic to exclude PDF scans under such conditions.
[x] I've kept this PR as small as possible (~500 lines) by splitting it into PRs with manageable chunks of code
[x] I've requested reviews from 1 reviewer
[x] I've tested existing features (website scan, sitemap, custom flow) in both node index and cli
[x] I've synced this fork with GovTechSG repo
[ ] I've added/updated unit tests
[ ] I've added/updated any necessary dependencies in
package[-lock].json
npm audit
, portable installation on GitHub Actions