mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
[Basilisk] port PM's ghostbuster
This commit is contained in:
parent
2b0cdc7b62
commit
d1fde5c4ea
4 changed files with 49 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue