diff --git a/src/util/wafIntercept.ts b/src/util/wafIntercept.ts index a6abc76..ee6b6c4 100644 --- a/src/util/wafIntercept.ts +++ b/src/util/wafIntercept.ts @@ -5,7 +5,8 @@ const wafIntercept = (error) => { if ( error?.response?.status === 403 && error?.response?.headers["content-type"].includes("text/html") && - JSON.stringify(error.response.data).includes("soc@hcqis.org") + (JSON.stringify(error.response.data).includes("soc@hcqis.org") || + JSON.stringify(error.response.data).includes("QNET_SOC@CMS.HHS.GOV")) ) { // eslint-disable-next-line no-console console.log("WAF Interceptor Triggered");