[Basilisk] port PM's ghostbuster

This commit is contained in:
roytam1 2024-09-22 21:17:32 +08:00
commit d1fde5c4ea
4 changed files with 49 additions and 2 deletions

View file

@ -444,6 +444,9 @@ pref("javascript.options.showInConsole", true);
pref("general.warnOnAboutConfig", false);
#endif
// Enable unlinking of ghost windows so they can be garbage collected.
pref("browser.ghostbuster.enabled", true);
// This is the pref to control the location bar, change this to true to
// force this - this makes the origin of popup windows more obvious to avoid
// spoofing. We would rather not do it by default because it affects UE for web