Open
Bug 1489853
Opened 6 years ago
Updated 2 years ago
keyword.enabled not honored with trailing colon for about:
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | wontfix |
firefox108 | --- | wontfix |
firefox109 | --- | wontfix |
firefox110 | --- | fix-optional |
People
(Reporter: wip.the.gruik, Unassigned)
References
(Regression)
Details
(Keywords: privacy, regression, Whiteboard: [snt-scrubbed][search-privacy])
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180830143136
Steps to reproduce:
- start Firefox with a clean profile
- open about:config
- change browser.fixup.alternate.enabled to false
- change keyword.enabled to false
- in the address bar, type any random single word followed with a colon without space
e.g. "test:" or "about:"
- press enter
Actual results:
the default search engine is used to search the typed word (without the colon)
Expected results:
the error page "Hmm. We’re having trouble finding that site." should have been displayed
This is a regression from Firefox 61.
Updated•6 years ago
|
Updated•6 years ago
|
FYI this behaviour is also observed for about: when keyword.enabled=true, which likewise used to display the error page.
Not implying that's incorrect though. The handling of URI schemes has changed a lot, e.g. keyword: stopped working some time ago. The behaviour may be more consistent this way.
Comment 2•6 years ago
|
||
(In reply to Paul from comment #1)
> FYI this behaviour is also observed for about: when keyword.enabled=true,
> which likewise used to display the error page.
See bug 1239708 comment 232 and following for that part.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Points: --- → 3
Updated•2 years ago
|
Updated•2 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
Right now this only reproduces on about:
, doesn't reproduce on test:
or other random strings. We should investigate why about is special in this case, when keyword.enabled is false any string should always try to be handled as a url, never as a search.
Summary: keyword.enabled not honored with trailing colon → keyword.enabled not honored with trailing colon for about:
Whiteboard: [fxsearch] → [snt-scrubbed][search-privacy]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-408
Comment 4•2 years ago
|
||
This also happens for "https:/", "https://", "http:/" or "http://"
Comment 7•2 years ago
|
||
The following field has been copied from a duplicate bug:
Field | Value | Source |
---|---|---|
Regressed by | bug 1239708 | bug 1591175 |
For more information, please visit auto_nag documentation.
Regressed by: 1239708
Comment 8•2 years ago
|
||
Set release status flags based on info from the regressing bug 1239708
:adw, since you are the author of the regressor, bug 1239708, could you take a look?
For more information, please visit auto_nag documentation.
status-firefox108:
--- → affected
status-firefox109:
--- → affected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → affected
Flags: needinfo?(adw)
Updated•2 years ago
|
Flags: needinfo?(adw)
Updated•2 years ago
|
status-firefox108:
affected → ---
status-firefox109:
affected → ---
status-firefox110:
affected → ---
status-firefox-esr102:
affected → ---
Comment 9•2 years ago
|
||
Set release status flags based on info from the regressing bug 1239708
status-firefox108:
--- → affected
status-firefox109:
--- → affected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → affected
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•