> Why would showing punycode normally be false?  Not showing that makes it
> easier for someone to spoof a reputable website and get people to visit the
> fake by mistake.

Exactly and because of this I set it to true. false is the default in Fx. I am tossing a coin if I should ask for including a setting in the prefs for it or do it myself.

> Is it data_manager.debug making the data manager open in a separate window?

No just adds some debug output. Makes it easier to track down problems for me. Same for browser.safebrowsing.debug which shows when the urlclassifier tries to update the google and mozilla lists.

The dataman window one is is suite.manager.dataman.openAsDialog

FRG

EE wrote:
Frank-Rainer Grahl wrote:
This is a private setting from me in Bills build. The official builds will still show them per default.

The fopllowing prefs are set differently from official builds:

+// frg private
+pref("data_manager.debug",true);
+pref("browser.safebrowsing.debug",true);
+pref("network.IDN_show_punycode",true);
+pref("browser.toolbars.grippyhidden",true);

FRG

Why would showing punycode normally be false?  Not showing that makes it easier for someone to spoof a reputable website and get people to visit the fake by mistake. Is it data_manager.debug making the data manager open in a separate window?  I have not seen that before.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to