Open
Bug 728670
Opened 13 years ago
Updated 3 years ago
Detect DNS hijack redirection, and allow users to block it
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
NEW
People
(Reporter: dindog, Unassigned)
References
Details
(Whiteboard: [lame-network][necko-would-take])
My ISP DNS will redirect me to a page full of ADs when wrong domain query was requested.
For speed concern, I have to stick with them instead of using OpenDNS or Google's DNS.
Chrome won't. And it achieves that very simple: raises some non-exist domain request in background when Chrome starts, then record the DNS reaction.( mostly 302 redirect) Next time it meets that, block it.
Would love to see this on Firefox too.
Source:
Chrome Connecting To Random Domains On Start? Here Is Why!
http://www.ghacks.net/2012/02/18/chrome-connecting-to-random-domains-on-start-here-is-why/
Updated•13 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
QA Contact: untriaged → networking
Comment 2•13 years ago
|
||
this is a reasonable feature for the lame-network project, although it has arms-race written all over it.
some philosophical overlap with captive portal detection too.
Whiteboard: [lame-network]
![]() |
||
Comment 3•13 years ago
|
||
Note that Chrome's behavior causes serious problems on some networks because it looks exactly like a botnet node looking for a command&control node....
Updated•12 years ago
|
Summary: Detect DNS hijack rediection, and allow users block it → Detect DNS hijack redirection, and allow users block it
Updated•12 years ago
|
Blocks: fxdesktopbacklog
Whiteboard: [lame-network] → [lame-network][triage]
Comment 4•12 years ago
|
||
Is DNS hijacking also what public wi-fi providers (such as The Cloud) use to redirect all URLs to their websites until you log in? This is something to consider if we're going to implement such a feature.
Flags: needinfo?
Summary: Detect DNS hijack redirection, and allow users block it → Detect DNS hijack redirection, and allow users to block it
Comment 5•12 years ago
|
||
Depends on the implementation - could be a transparent HTTP proxy, too -, but I think generally yes.
Updated•12 years ago
|
Flags: needinfo?
Comment 6•12 years ago
|
||
I just wanted to CC myself, but it looks like I canceled a needinfo. It wasn't my intention, though. I don't know who it was directed to, so I don't know how to set it back.
Apologies for this issue beyond my control.
Updated•12 years ago
|
Whiteboard: [lame-network][triage] → [lame-network]
Updated•12 years ago
|
Whiteboard: [lame-network] → [lame-network] p=0
Updated•11 years ago
|
No longer blocks: fxdesktopbacklog
Updated•11 years ago
|
Whiteboard: [lame-network] p=0 → [lame-network]
Updated•11 years ago
|
Flags: firefox-backlog-
Updated•10 years ago
|
Whiteboard: [lame-network] → [lame-network][necko-would-take]
Comment 8•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•