@duckduckgo/autoconsent 14.38.0 → 14.39.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v14.39.0 (Tue Dec 02 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Add heuristic reject mode [#1044](https://github.com/duckduckgo/autoconsent/pull/1044) ([@muodov](https://github.com/muodov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
10
+
11
+ ---
12
+
1
13
  # v14.38.0 (Thu Nov 27 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -683,6 +683,7 @@
683
683
  enableCosmeticRules: true,
684
684
  enableGeneratedRules: true,
685
685
  enableHeuristicDetection: false,
686
+ enableHeuristicAction: false,
686
687
  detectRetries: 20,
687
688
  isMainWorld: false,
688
689
  prehideTimeout: 2e3,