eoas 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -390,6 +390,13 @@ exports.ENV_SECTIONS = [
|
|
|
390
390
|
value: () => 'true',
|
|
391
391
|
comment: 'Record nothing about devices: no registry, no update health, no telemetry.',
|
|
392
392
|
},
|
|
393
|
+
{
|
|
394
|
+
name: 'ENABLE_PREVENT_CDN_REDIRECTION_HEADER',
|
|
395
|
+
applies: () => true,
|
|
396
|
+
required: false,
|
|
397
|
+
value: () => 'true',
|
|
398
|
+
comment: 'Allow prevent-cdn-redirection: true to stream individual asset requests through the server; any asset client can bypass the CDN once enabled.',
|
|
399
|
+
},
|
|
393
400
|
],
|
|
394
401
|
},
|
|
395
402
|
];
|