Skip to content
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

Add URL blacklist validation and configure methods #20

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

GrzegorzDrozd
Copy link
Contributor

Added a blacklist validation feature for URLs to UrlParser class.

The URL now checks against a blacklist before being validated. Further, accessor and mutator methods for the object's config and user agent values have been introduced to the SitemapParser. It is useful when using dependency injection to change object after injection.

Grzegorz Drozd added 2 commits October 30, 2023 18:36
Added a blacklist validation feature for URLs to UrlParser class. The URL now checks against a blacklist before being validated. Further, accessor and mutator methods for the object's config and user agent values have been introduced to the SitemapParser. It is useful when using dependency injection to change object after injection.
@JanPetterMG JanPetterMG merged commit e11f688 into VIPnytt:master Nov 7, 2023
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants