From 596103bb1a3e1b0bc884a7e85be2b5a4cce95b4e Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 8 Sep 2005 00:32:14 +0000 Subject: [PATCH] backing out fix for bug 301694 since it doesn't work git-svn-id: svn://10.0.0.236/trunk@179829 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/init/all.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index 9c69f0eb20e..092de233520 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -601,22 +601,11 @@ pref("network.IDN.whitelist.museum", true); // If a domain includes any of the following characters, it may be a spoof // attempt and so we always display the domain name as punycode. This would // override the settings "network.IDN_show_punycode" and -// "network.IDN.whitelist.*". +// "netword.IDN.whitelist.*". // The list currently contains the characters: -// U+0337 COMBINING SHORT SOLIDUS OVERLAY -// U+0338 COMBINING LONG SOLIDUS OVERLAY // U+2044 FRACTION SLASH // U+2215 DIVISION SLASH -// U+23AE INTEGRAL EXTENSION -// U+29F6 SOLIDUS WITH OVERBAR -// U+29F8 BIG SOLIDUS -// U+2AFB TRIPLE SOLIDUS BINARY RELATION -// U+2AFD DOUBLE SOLIDUS OPERATOR -// U+FF0F FULLWIDTH SOLIDUS -// Note: Javascript 1.3 and higher are documented as -// accepting \u escapes for Unicode characters: -// see http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide:Unicode -pref("network.IDN.blacklist_chars", "\u0337\u0338\u2044\u2215\u23AE\u29F6\u29F8\u2AFB\u2AFD\uFF0F"); +pref("network.IDN.blacklist_chars", "⁄∕"); // This preference specifies a list of domains for which DNS lookups will be // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups