-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow exclusion of URL's from crawler #1019
Comments
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights! |
triaged with the team. Agreed to add this to our backlog. Some additional notes
|
The implementation for this will need to happen on the Accessibility Insights Service as the crawling logic and inputs all pass through to a library we consume from that repo. I've filed a feature request on that repo to give broader visibility. You can find the new issue here: microsoft/accessibility-insights-service#2208 |
This issue has been marked as being beyond the support scope of Accessibility Insights. It will now be closed automatically for house-keeping purposes. |
Problem
When using the Accessibility Insights Azure DevOps Task, the pipeline allows for the use of discovery patterns. However, this appears to be limited to adding URL and not excluding them.
Ask
I would like to see an additional parameter to exclude URLs via regex (or other options) in the same manner as the discovery pattern
Examples:
Exclude url’s that include query parameters (everything after /?)
Exclude url’s that are in the domain but fall into a specific subdomain or path (like example.com/blog/....)
I am sure there are other ideas as well :)
The text was updated successfully, but these errors were encountered: