@duckduckgo/autoconsent 14.82.0 → 14.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -697,6 +697,7 @@
697
697
  enableGeneratedRules: true,
698
698
  enableHeuristicDetection: false,
699
699
  enableHeuristicAction: false,
700
+ enablePopupMutationObserver: false,
700
701
  detectRetries: 20,
701
702
  isMainWorld: false,
702
703
  prehideTimeout: 2e3,
@@ -726,6 +727,12 @@
726
727
  if (!storedConfig.enableHeuristicDetection) {
727
728
  storedConfig.enableHeuristicDetection = true;
728
729
  }
730
+ if (storedConfig.enablePopupMutationObserver === void 0) {
731
+ storedConfig.enablePopupMutationObserver = true;
732
+ }
733
+ if (storedConfig.enableHeuristicAction === void 0) {
734
+ storedConfig.enableHeuristicAction = true;
735
+ }
729
736
  if (!storedConfig.logs) {
730
737
  storedConfig.logs = {
731
738
  lifecycle: true,