@duckduckgo/autoconsent 14.93.0 → 14.95.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.
@@ -712,7 +712,8 @@
712
712
  messages: false,
713
713
  waits: false
714
714
  },
715
- performanceLoggingEnabled: false
715
+ performanceLoggingEnabled: false,
716
+ heuristicPopupSearchTimeout: 100
716
717
  };
717
718
  const updatedConfig = copyObject(defaultConfig);
718
719
  for (const key of Object.keys(defaultConfig)) {