Hi Leutz,
klar hast du völlig Recht, cubefox, das vergaß ich zu erwähnen

. Aber wenn wir schon einmal dabei sind, dann empfehle ich hier mal folgende Einstellungen
- Code: Alles auswählen
user_pref("dom.disable_window_open_feature.directories", true);
user_pref("dom.disable_window_open_feature.personalbar", true);
user_pref("dom.disable_window_open_feature.titlebar", true);
user_pref("dom.disable_window_open_feature.toolbar", true);
user_pref("dom.disable_window_open_feature.resizable", true);
user_pref("dom.disable_window_open_feature.minimizable", true);
user_pref("dom.disable_window_open_feature.menubar", true);
user_pref("dom.disable_window_open_feature.location", true);
user_pref("dom.disable_window_open_feature.scrollbars", true);
user_pref("dom.disable_window_open_feature.status", true);
damit einem niemand mehr ein "X" für ein "U" vormachen kann

. Am bequemsten kann man diese Einstellungen mit der Erweiterung
ChromEdit 0.1.1.1 (Link) in der "
user.js"erstelen. Weitere Informationen zum Thema Erweiterungen sind die Kapitel
Erweiterungen installieren - wie geht das? und
Was tun, wenn die Installation oder das Update einer Erweiterung fehlschlägt?.
Have fun,
NightHawk
[edit]
*nachliefert*
zum besseren Verständniss hier ein Zitat aus der [url=http://kb.mozillazine.org/About:config_Entries#DOM..2A]MozillaZine Knowledge Base (Link)[/url] :
dom. disable_window_open_feature. *
Boolean
Web Page authors can disable many features of a popup window that they open. Setting these preferences to true will override the author's settings and ensure that that feature is enabled and present in any popup window.
close: Prevents the close button from being disabled.
directories: Prevents the bookmarks toolbar from being hidden.
location: Prevents the address bar from being hidden
menubar: Prevents the menubar from being hidden.
minimizable: Prevents popup window minimization from being disabled.
personalbar: Prevents the bookmarks toolbar from being hidden.
resizable: Prevents popup window resizing from being disabled.
scrollbars: Prevents the scrollbars on a popup from being disabled.
status: Prevents the status bar from being hidden.
titlebar: Prevents the title bar from being hidden.
toolbar: Prevents the navigation toolbar from being hidden.
[/edit]