You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLs are being converted to lowercase, which causes issues with services that have case-sensitive parameters, such as YouTube, TikTok, and various link shorteners.
Description:
URLs are being converted to lowercase, which causes issues with services that have case-sensitive parameters, such as YouTube, TikTok, and various link shorteners.
Steps to Reproduce:
Observed Behavior:
The application log shows:
The converted URL leads to YouTube displaying the message: "This video isn't available anymore" because the case-sensitive parameter is altered.
Expected Behavior:
The application should preserve the original case of the URL parameters, ensuring that the links direct to the intended content.
I will submit a Pull Request (PR) to address this issue shortly.
The text was updated successfully, but these errors were encountered: