mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[Basilisk] Issue MoonchildProductions/UXP#2053 - Disable DOM Performance API navigation timing by default.
Port of MoonchildProductions/Pale-Moon commit efb55a08c62ca736cff5535bc35236fc2b1cc21d
This commit is contained in:
parent
554172db3c
commit
e6c4802491
1 changed files with 5 additions and 0 deletions
|
|
@ -457,6 +457,11 @@ pref("dom.disable_window_move_resize", false);
|
|||
// prevent JS from monkeying with window focus, etc
|
||||
pref("dom.disable_window_flip", true);
|
||||
|
||||
// Whether performance.GetEntries* will contain an entry for the active document
|
||||
// Disabled by default in Basilisk (unlike in UXP) since it can be used for
|
||||
// tracking/profiling.
|
||||
pref("dom.enable_performance_navigation_timing", false);
|
||||
|
||||
// popups.policy 1=allow,2=reject
|
||||
pref("privacy.popups.policy", 1);
|
||||
pref("privacy.popups.usecustom", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue