We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62543b commit 0dcd6a7Copy full SHA for 0dcd6a7
chrome/https-by-default.patch
@@ -29,7 +29,7 @@ index 43fc0dc783d8..1f7e5ce9dee1 100644
29
// case we should reject invalid formulations.
30
31
+ if (!parts->scheme.is_nonempty() &&
32
-+ base::LowerCaseEqualsASCII(parsed_scheme_utf8, url::kHttpScheme)) {
++ base::EqualsCaseInsensitiveASCII(parsed_scheme_utf8, url::kHttpScheme)) {
33
+ // Scheme was not specified. url_fixer::FixupURL automatically adds http:,
34
+ // but we want to default to https instead.
35
+ if (scheme)
0 commit comments