From 9c8bd2c7a58ea94f8ca2eb36e249f7e15d9b5820 Mon Sep 17 00:00:00 2001 From: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:03:37 -0800 Subject: [PATCH] Enable compression in CDN config --- tools/config/config.json | 4 ++-- tools/config/package.json | 2 +- tools/config/test-config.json | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tools/config/config.json b/tools/config/config.json index 3d6cede3d..99b6d11cc 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -1,5 +1,5 @@ { - "version": "1.0.5", + "version": "1.0.6", "enabled": true, "featureOptIn": { "iKeyUsage": { @@ -14,7 +14,7 @@ } }, "zipPayload": { - "mode": 1 + "mode": 3 }, "CdnUsage": { "mode": 4, diff --git a/tools/config/package.json b/tools/config/package.json index 3acad6576..186e227c2 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,7 +1,7 @@ { "name": "applicationinsights-web-config", "description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin", - "version": "1.0.5", + "version": "1.0.6", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { diff --git a/tools/config/test-config.json b/tools/config/test-config.json index 3f18135ec..c32e5a6dc 100644 --- a/tools/config/test-config.json +++ b/tools/config/test-config.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.6", "enabled": true, "featureOptIn": { "iKeyUsage": { @@ -13,6 +13,9 @@ "throttleMgrCfg.106.disabled": true } }, + "zipPayload": { + "mode": 3 + }, "CdnUsage": { "mode": 4, "onCfg": {