Bug 1881922 - remove Mutation Event disabling webcompat intervention for helpdeskgeek.com; r=denschub,webcompat-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D241919
This commit is contained in:
Thomas Wisniewski
2025-03-18 17:44:06 +00:00
parent 8174c4ca41
commit 9b211b5203
3 changed files with 4 additions and 25 deletions

View File

@@ -5,17 +5,13 @@
"use strict";
/**
* Bugs 1881922, 1901780 - Disable legacy DOM Mutation Events to prevent performance issues.
* Bugs 1901780 - Disable legacy DOM Mutation Events to prevent performance issues.
*/
/* globals exportFunction */
let bug = "1881922";
if (location.origin.includes("vanbreda")) {
bug = "1901780";
}
console.info(
`DOM Mutation Events have been disabled to prevent performance issues. See https://bugzilla.mozilla.org/show_bug.cgi?id=${bug} for details.`
"DOM Mutation Events have been disabled to prevent performance issues. See https://bugzilla.mozilla.org/show_bug.cgi?id=1901780 for details."
);
(function disableMutationEvents() {