From 31e9029bad92606a60bc7cc7e3caf03f79517b8f Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 1 Nov 2005 06:59:21 +0000 Subject: [PATCH] Bug #313490 --> Enable IDN for .org patch by gerv a=asa --- modules/libpref/src/init/all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index ec03d02bc21..3fd010db2c4 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -601,6 +601,7 @@ pref("network.IDN.whitelist.vn", true); // non-ccTLDs pref("network.IDN.whitelist.info", true); pref("network.IDN.whitelist.museum", true); +pref("network.IDN.whitelist.org", 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