From 57a64fe0d95a30a33a1f2e5203d3d6c15f0fe8d1 Mon Sep 17 00:00:00 2001 From: ConjunctiveNormalForm Date: Thu, 21 Mar 2024 18:40:01 -0400 Subject: [PATCH] reenable 5316 --- lib/quoters/WebhookQuoter.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/quoters/WebhookQuoter.ts b/lib/quoters/WebhookQuoter.ts index 96cf84c4..b018a6d7 100644 --- a/lib/quoters/WebhookQuoter.ts +++ b/lib/quoters/WebhookQuoter.ts @@ -35,10 +35,7 @@ export class WebhookQuoter implements Quoter { private webhookProvider: WebhookConfigurationProvider, private circuitBreakerProvider: CircuitBreakerConfigurationProvider, private complianceProvider: FillerComplianceConfigurationProvider, - _allow_list: Set = new Set([ - '22a23abb38e0612e58ebdd15756b18110e6aac078645210afe0c60f8220307b0', - '1ed189c4b20479e36acf74e2bc87e03bfdce765ecba6696970caee8299fc005f', - ]) + _allow_list: Set = new Set(['531679099f2a17818ed35cad21443a303c5ee2426cdbda547cfe6aec3d3b0215']) ) { this.log = _log.child({ quoter: 'WebhookQuoter' }); this.ALLOW_LIST = _allow_list;