mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Remove tracking protection tour.
This commit is contained in:
parent
dece98a7b5
commit
fcd72d8112
8 changed files with 0 additions and 90 deletions
|
|
@ -8090,11 +8090,6 @@ var AboutPrivateBrowsingListener = {
|
|||
const PREF = "privacy.trackingprotection.pbmode.enabled";
|
||||
Services.prefs.setBoolPref(PREF, !Services.prefs.getBoolPref(PREF));
|
||||
});
|
||||
window.messageManager.addMessageListener(
|
||||
"AboutPrivateBrowsing:DontShowIntroPanelAgain",
|
||||
msg => {
|
||||
TrackingProtection.dontShowIntroPanelAgain();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue