Open Bug 1951064 Opened 9 months ago Updated 7 months ago

Directly pass through original address bar input from user instead of information about existence of scheme

Categories

(Core :: DOM: Security, task, P3)

task

Tracking

()

ASSIGNED

People

(Reporter: maltejur, Assigned: maltejur)

References

(Blocks 2 open bugs)

Details

During implementing passing through information about whether the user entered the URL with or without a scheme, we discussed here that it would make much more sense to just pass through the original user input directly. Currently, we only store a flag in the loadinfo that tells us if the user originally entered a URL with a scheme or not. Instead, we could just store the original user input directly in the loadinfo. That way we don't need a separate implementation for deciding what is "schemeless" or not for each address bar implementation (Desktop, Fenix, Focus, ...), but can decide that right in the HTTPS-First code.

Blocks: 1937852
Severity: -- → S4
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.