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

Remove Lowercase Transformation for Case-Sensitive URLs #29

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

mujtabachang
Copy link
Contributor

@mujtabachang mujtabachang commented Nov 22, 2024

This PR removes the automatic transformation of URLs to lowercase across various modules. Many URLs are case-sensitive, and forcing them to lowercase may result in broken links or incorrect processing

Closes #35

@ehsandeep ehsandeep mentioned this pull request Nov 22, 2024
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint error

Copy link
Member

@dogancanbakir dogancanbakir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -left a comment for you.

pkg/extractor/regex_extractor.go Outdated Show resolved Hide resolved
@ehsandeep ehsandeep merged commit a7ca4ea into projectdiscovery:dev Nov 26, 2024
8 checks passed
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.

Remove Lowercase Transformation for Case-Sensitive URLs
3 participants