From a54cbbb3c78bcd7f529fdfbe4598917145c36250 Mon Sep 17 00:00:00 2001 From: Eduardo Roth Date: Wed, 22 May 2024 14:55:27 -0600 Subject: [PATCH 1/2] Staging (#33) * feat(): fetch rules from Webflow * fix(): test changes * Update pricing.js Copy update for D7 NES Essentials pricing * Update pricing.js copy update on D7 NES Essentials verbiage * feat(): new cve redirect --------- Co-authored-by: hiruna-e46 Co-authored-by: Hiruna Panapura <154359938+hiruna-e46@users.noreply.github.com> --- scripts/helpers/hubspot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helpers/hubspot.js b/scripts/helpers/hubspot.js index b58694e..fcd9069 100644 --- a/scripts/helpers/hubspot.js +++ b/scripts/helpers/hubspot.js @@ -163,6 +163,8 @@ document.location.href = './form-submitted-partners-thank-you'; } else if (isOnURL('/blog-posts/')) { document.location.href = '../form-submitted-newsletter-signup'; + } else if (isOnURL('/cve-directory')) { + document.location.href = './thank-you'; } else if (isOnURL('support/disclosures')) { /** * page IS disclosures From 0cb29bdbf0712afb70e4a4aca005087f68b61f12 Mon Sep 17 00:00:00 2001 From: Hiruna Panapura <154359938+hiruna-e46@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:07:06 +0530 Subject: [PATCH 2/2] Update hubspot.js --- scripts/helpers/hubspot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helpers/hubspot.js b/scripts/helpers/hubspot.js index fcd9069..fbedb46 100644 --- a/scripts/helpers/hubspot.js +++ b/scripts/helpers/hubspot.js @@ -163,8 +163,8 @@ document.location.href = './form-submitted-partners-thank-you'; } else if (isOnURL('/blog-posts/')) { document.location.href = '../form-submitted-newsletter-signup'; - } else if (isOnURL('/cve-directory')) { - document.location.href = './thank-you'; + } else if (isOnURL('/vulnerability-directory')) { + document.location.href = './vulnerability-alerts-signup'; } else if (isOnURL('support/disclosures')) { /** * page IS disclosures