-
-
Notifications
You must be signed in to change notification settings - Fork 915
Create domain_limiter.py #1074
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
base: master
Are you sure you want to change the base?
Create domain_limiter.py #1074
Conversation
|
OK |
|
Thanks for submitting this pull request! Before I proceed with the review, could you please provide a bit more information about the changes introduced here? Specifically, it would be helpful if you could clarify:
A brief description will help me better understand the intent behind the changes and ensure they align with the project’s direction. Thank you in advance for taking the time to elaborate! |
Here’s a reply you can paste back (tweak wording/details to match your exact flag names if needed): Hi, thanks for taking the time to review this PR!
Let me know if you’d like me to expand the documentation or add more tests around the domain-filtering logic. |
|
The domain-filtering logic seems reasonable as an idea and makes sense as an isolated implementation. However, at the moment it appears to exist only as a standalone code block and doesn’t seem to be fully integrated into Commix’s broader workflow (e.g., command-line options, global settings, configuration flow, or the crawler’s end-to-end execution path). Before moving forward with the review, could you clarify whether this is intended as an initial code piece or if additional integration steps are planned? As it stands, the filtering mechanism doesn’t appear to be connected to the main Commix flow, so I’d like to understand how you envision completing the integration. |
No description provided.