Skip to content

Commit b6de144

Browse files
authored
Enable compression in CDN config (#2701)
1 parent 6185620 commit b6de144

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

tools/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.5",
2+
"version": "1.0.6",
33
"enabled": true,
44
"featureOptIn": {
55
"iKeyUsage": {
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"zipPayload": {
17-
"mode": 1
17+
"mode": 3
1818
},
1919
"CdnUsage": {
2020
"mode": 4,

tools/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "applicationinsights-web-config",
33
"description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"copyright": "(c) Microsoft and contributors. All rights reserved.",
66
"author": "Microsoft Application Insights Team",
77
"repository": {

tools/config/test-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.0.6",
33
"enabled": true,
44
"featureOptIn": {
55
"iKeyUsage": {
@@ -13,6 +13,9 @@
1313
"throttleMgrCfg.106.disabled": true
1414
}
1515
},
16+
"zipPayload": {
17+
"mode": 3
18+
},
1619
"CdnUsage": {
1720
"mode": 4,
1821
"onCfg": {

0 commit comments

Comments
 (0)