Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

How to change default class name of the Firefox Window Class from "MozillaWindowClass" to other for example "DMoz"? Which option of about:cofig?

  • 3 odpovede
  • 2 majú tento problém
  • 244 zobrazení
  • Posledná odpoveď od none64

more options

How to change default class name of the Firefox Window Class from "MozillaWindowClass" to other for example "DMoz"? Which option of about:cofig? Possibility of changing it shall prevent part of attacks for example closing all Firefox windows.

This option was present in older versions but this setting was hidden or removed. It was used by me but I can't remember its name.

How to change default class name of the Firefox Window Class from "MozillaWindowClass" to other for example "DMoz"? Which option of about:cofig? Possibility of changing it shall prevent part of attacks for example closing all Firefox windows. This option was present in older versions but this setting was hidden or removed. It was used by me but I can't remember its name.

Vybrané riešenie

Hi, as far as I can tell, the preference `ui.window_class_override` is still present and is the one you want.

I doubt there would be attacks such as closing all Firefox windows, but if you know of any like that, please report it to our security team for investigation.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (3)

more options

Vybrané riešenie

Hi, as far as I can tell, the preference `ui.window_class_override` is still present and is the one you want.

I doubt there would be attacks such as closing all Firefox windows, but if you know of any like that, please report it to our security team for investigation.

more options

Standard8, thank you. It resolved my problem. It means: the old versions of Firefox have entered default value MozillaWindowClass but newer version (45.3) has empty character string in this place.

more options

Possible attacks: FindWindow with first parameter set to " MozillaWindowClass" and second NULL. ShowWindow with second parameter 0 or SetParent with second parameter HWND(-3).