From 8f8d55611da5da72e1a4206fb47258b1dd73ec79 Mon Sep 17 00:00:00 2001 From: Matt Bullock Date: Fri, 14 Feb 2025 10:29:58 +0000 Subject: [PATCH 1/2] Update esc-deprecation.mdx Updated to deprecated and past tense. --- src/content/docs/rules/reference/esc-deprecation.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/content/docs/rules/reference/esc-deprecation.mdx b/src/content/docs/rules/reference/esc-deprecation.mdx index a1e4183317ab941..2a40030173f1b91 100644 --- a/src/content/docs/rules/reference/esc-deprecation.mdx +++ b/src/content/docs/rules/reference/esc-deprecation.mdx @@ -7,14 +7,13 @@ head: - tag: title content: Deprecation notice for Edge Side Code --- +**Edge Side Code is now deprecated.** All configurations currently done via ESC are currently being removed. If you are still using ESC, you will need to configure other Cloudflare products to replace your current ESC configuration before this date. -Edge Side Code (ESC) is a customization option used by several Enterprise customers that allows for more configurability of Cloudflare's global network features. This code can alter the behavior of Cloudflare's CDN, enabling logic for specific customer use cases. Currently, a few customers have ESC in place to perform special operations such as advanced header manipulation, host header switching. - -**Edge Side Code is now deprecated.** All configurations currently done via ESC will be removed on 2025-01-01. If you are using ESC, you will need to configure other Cloudflare products to replace your current ESC configuration before this date. +Edge Side Code (ESC) was a customization option used by several Enterprise customers that allows for more configurability of Cloudflare's global network features. This code could alter the behavior of Cloudflare's CDN, enabling logic for specific customer use cases. Currently, a few customers have ESC in place to perform special operations such as advanced header manipulation, host header switching. ## Will this deprecation affect my account? -If your account is currently using ESC, your account team will contact you so that you can discuss the migration from ESC to other existing Cloudflare products. +If your account is still using ESC, you will need to complete your migration to other Cloudflare products. ## Which Cloudflare products should I use instead? From 9a6c77bd9b74035a13e07f9b2e7e4612817556f9 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:57:11 +0000 Subject: [PATCH 2/2] Apply suggestions from PCX review --- src/content/docs/rules/reference/esc-deprecation.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/docs/rules/reference/esc-deprecation.mdx b/src/content/docs/rules/reference/esc-deprecation.mdx index 2a40030173f1b91..f82a04a8b336988 100644 --- a/src/content/docs/rules/reference/esc-deprecation.mdx +++ b/src/content/docs/rules/reference/esc-deprecation.mdx @@ -7,9 +7,10 @@ head: - tag: title content: Deprecation notice for Edge Side Code --- -**Edge Side Code is now deprecated.** All configurations currently done via ESC are currently being removed. If you are still using ESC, you will need to configure other Cloudflare products to replace your current ESC configuration before this date. -Edge Side Code (ESC) was a customization option used by several Enterprise customers that allows for more configurability of Cloudflare's global network features. This code could alter the behavior of Cloudflare's CDN, enabling logic for specific customer use cases. Currently, a few customers have ESC in place to perform special operations such as advanced header manipulation, host header switching. +**Edge Side Code (ESC) is now deprecated.** All configurations currently done via ESC are currently being removed. If you are still using ESC, you will need to configure other Cloudflare products to replace your current ESC configuration before this date. + +Edge Side Code was a customization option used by several Enterprise customers that allowed for more configurability of Cloudflare's global network features. This code could alter the behavior of Cloudflare's CDN, enabling logic for specific customer use cases. Currently, a few customers have ESC in place to perform special operations such as advanced header manipulation, host header switching. ## Will this deprecation affect my account?