From 72fc46c367af6e5a5791deba251d6856e532a153 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 13 Feb 2016 20:29:20 +0100 Subject: [PATCH] Precache dnslink for `::1` --- lib/dns-cache.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns-cache.js b/lib/dns-cache.js index 14a6b3bf5..a88ed647d 100644 --- a/lib/dns-cache.js +++ b/lib/dns-cache.js @@ -58,4 +58,5 @@ require('sdk/simple-prefs').on('dns', (function f () { // precache the obvious ones exports.put('127.0.0.1', false, null) +exports.put('::1', false, null) exports.put('localhost', false, null)