CARVIEW |
Select Language
HTTP/2 200
accept-ranges: bytes
content-type: text/html; charset=UTF-8
set-cookie: Bugzilla_login_request_cookie=lBzw3EqrXLaJ; path=/; secure; HttpOnly; SameSite=Lax
set-cookie: github_token=Vdw9GQN7Ft72mOfYNa6YAeBai0MNQYLBTvGIRrf6Kruse8LOauFAzsrWxSrygBnewvsSiPXKtQsR2pxbpK7hDeGVtqYHzx6pWMkixX0znZIxeTOyIcGNUnMaAxuax3Zg6iDwEufzwdYsaDt9QbSk3wsQeb33OeNU5k3mqoAqrILZ8sAwHHLGdYIZbi7g94rgQTegLH1nAhcb17AIoOn5RYH3RarTB2Y3gf3wdvQvKFZ1D1oxKAL0rHiRxbFxdpmK; path=/; secure; HttpOnly; SameSite=Lax
via: 1.1 google, 1.1 varnish, 1.1 varnish
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=31536000; includeSubDomains
content-encoding: gzip
referrer-policy: same-origin
server: nginx
x-frame-options: SAMEORIGIN
content-security-policy: default-src 'self'; worker-src 'none'; connect-src 'self' https://product-details.mozilla.org https://treeherder.mozilla.org/api/failurecount/; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://secure.gravatar.com https://bug1978226.bmoattachments.org/; media-src 'self' https://bug1978226.bmoattachments.org/; object-src 'none'; script-src 'self' 'nonce-evTv5pVnFj2Y7Bwj6mOQPAMF3sd4eAf7wIaQUKHLOUigyxU1' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src 'self' https://crash-stop-addon.herokuapp.com; frame-ancestors 'self'; form-action 'self' https://www.google.com/search https://github.com/login/oauth/authorize https://github.com/login https://phabricator.services.mozilla.com/ https://people.mozilla.org
date: Sat, 04 Oct 2025 18:01:59 GMT
x-served-by: cache-bom-vanm7210048-BOM, cache-bom-vanm7210048-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1759600918.087422,VS0,VE1220
vary: Accept-Encoding
1978226 - Typo in about:networking. Name of DNS resource record is HTTPS not HTTP
Typo in about:networking
Closed
Bug 1978226
Opened 3 months ago
Closed 2 months ago
Typo in about:networking. Name of DNS resource record is HTTPS not HTTP
*
Summary:
Typo in about:networking. Name of DNS resource record is HTTPS not HTTP
Categories
(Core :: Networking: DNS, defect, P3)
Tracking
()
RESOLVED
FIXED
RESOLVED
FIXED
143 Branch
Iteration:
---
Size Estimate | |
Webcompat Priority | |
Performance Impact | |
Webcompat Score | |
a11y-review | |
Accessibility Severity |
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
Tracking | Status | |
---|---|---|
relnote-firefox | ||
thunderbird_esr115 | ||
thunderbird_esr140 | ||
firefox-esr115 | ||
firefox-esr140 | ||
firefox143 | ||
firefox144 | ||
firefox145 |
People
(Reporter: jonas.muecke, Assigned: jonas.muecke)
References
Details
(Whiteboard: [necko-triaged])
---
---
[necko-triaged]
QA Whiteboard:
[qa-triage-done-c144/b143]
Has STR:
---
Change Request:
---
0
Bug Flags:
| ||||
Crash Data
Signature:
None
Security
(public)
This bug is publicly visible.
User Story
Attachments
(1 file)
Steps to reproduce:
- Open Firefox (tested with Linux and Mobile)
- Navigate to "about:networking"
- Click on "DNS Lookup"
Actual results:
On the page are two tables. The second table header show HTTP RRs.
Expected results:
The DNS record type is named HTTPS and not HTTP. See RFC 9460. The table header should reflect this. The correct name would be HTTPS RR.
The fix is just changing this line: https://searchfox.org/mozilla-central/source/toolkit/locales/en-US/toolkit/about/aboutNetworking.ftl#42
I would be happy to contribute this tiny change :)
Comment 1•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking: DNS' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Networking: DNS
Product: Firefox → Core
Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → jonas.muecke
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 months ago
|
Severity: -- → S4
Priority: -- → P3
Whiteboard: [necko-triaged]
Pushed by kjang@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c5458be37ecc
https://hg.mozilla.org/integration/autoland/rev/433931d9fa25
Use correct name for HTTPS RRs in about:networking. r=kershaw,fluent-reviewers,flod
Comment 4•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•