From 7a91c5f3feb579a5cad9d2447d55772e1bf5e22a Mon Sep 17 00:00:00 2001 From: Brad Slayter Date: Thu, 21 Dec 2023 14:30:22 -0600 Subject: [PATCH] Add deep extraction key to test config for AMP --- amp-protections/config_reference.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amp-protections/config_reference.json b/amp-protections/config_reference.json index 52bb1c9..a160489 100644 --- a/amp-protections/config_reference.json +++ b/amp-protections/config_reference.json @@ -28,7 +28,8 @@ "_amp", "amp_", "?amp" - ] + ], + "deepExtractionEnabled": true } } },