Closed
Bug 1896083
Opened 6 months ago
Closed 5 months ago
Do not upgrade domains that do not end with a valid TLD
Categories
(Core :: DOM: Security, enhancement)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: maltejur, Assigned: maltejur)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(2 files)
This would be a easy way to exempt local domains like site.local
or router.lan
from HTTPS-First. We should also consider if we want to do the same for HTTPS-Only.
Updated•6 months ago
|
Assignee: nobody → mjurgens
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
Updated•5 months ago
|
Attachment #9403770 -
Attachment description: WIP: Bug 1896083 - Do not HTTPS-First upgrade domains that do not end with a known TLD → Bug 1896083 - Do not HTTPS-First upgrade hostnames that do not end with a known TLD r?simonf!,freddyb!
Updated•5 months ago
|
Attachment #9404550 -
Attachment description: Bug 1896083 - Add functionality to eTLD service to check if hostname ends in known TLD r?#necko-reviewers!,mak! → Bug 1896083 - Add functionality to eTLD service to check if hostname ends in known public suffix r?#necko-reviewers!,mak!
Updated•5 months ago
|
Attachment #9403770 -
Attachment description: Bug 1896083 - Do not HTTPS-First upgrade hostnames that do not end with a known TLD r?simonf!,freddyb! → Bug 1896083 - Do not HTTPS-First upgrade hostnames that do not end with a known public suffix r?simonf!,freddyb!
Pushed by mjurgens@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b206d79cd48
Add functionality to eTLD service to check if hostname ends in known public suffix r=mak,necko-reviewers,kershaw
https://hg.mozilla.org/integration/autoland/rev/2d286815be60
Do not HTTPS-First upgrade hostnames that do not end with a known public suffix r=necko-reviewers,valentin,simonf,freddyb
Comment 4•5 months ago
|
||
Backed out for causing browser_httpsfirst.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | dom/security/test/https-first/browser_httpsfirst.js | Should not downgrade on dnsNotFound error. - false == true -
Flags: needinfo?(mjurgens)
Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(mjurgens)
Pushed by mjurgens@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1e2450e990ce
Add functionality to eTLD service to check if hostname ends in known public suffix r=mak,necko-reviewers,kershaw
https://hg.mozilla.org/integration/autoland/rev/c2de598b0433
Do not HTTPS-First upgrade hostnames that do not end with a known public suffix r=necko-reviewers,valentin,simonf,freddyb
Comment 6•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1e2450e990ce
https://hg.mozilla.org/mozilla-central/rev/c2de598b0433
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•