From 2142a00ceb65d1799faf30de5ed5c8cf1605cbf7 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Tue, 23 Apr 2024 11:19:13 +0200 Subject: [PATCH 1/2] Disable autoconsent on michelinman.com https://github.com/duckduckgo/autoconsent/issues/424 --- features/autoconsent.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/autoconsent.json b/features/autoconsent.json index 43496c65..667ab4d1 100644 --- a/features/autoconsent.json +++ b/features/autoconsent.json @@ -242,6 +242,10 @@ { "domain": "sporthoj.com", "reason": "https://github.com/duckduckgo/autoconsent/issues/387" + }, + { + "domain": "www.michelinman.com", + "reason": "Debugger added exception" } ], "settings": { From 16b9a8ee74d9d83d3e9251bd9516248e7ef607e2 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Tue, 23 Apr 2024 11:20:01 +0200 Subject: [PATCH 2/2] Update autoconsent.json --- features/autoconsent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/autoconsent.json b/features/autoconsent.json index 667ab4d1..15fc43a6 100644 --- a/features/autoconsent.json +++ b/features/autoconsent.json @@ -245,7 +245,7 @@ }, { "domain": "www.michelinman.com", - "reason": "Debugger added exception" + "reason": "https://github.com/duckduckgo/autoconsent/issues/424" } ], "settings": {