Remove .toLowerCase() from manual URL add

This commit is contained in:
varjolintu 2025-03-14 18:24:23 +02:00
parent 23b3cf586c
commit 7e3670d1ad

View file

@ -613,7 +613,7 @@ options.initSitePreferences = function() {
return;
}
let value = manualUrl.value.toLowerCase();
let value = manualUrl.value;
// Fills the last / char if needed. This ensures the compatibility with Match Patterns
if (slashNeededForUrl(value)) {