@speedkit/cli 2.78.0 → 2.79.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.79.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.78.0...v2.79.0) (2025-02-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **customer-config:** add blacklist block for CORS image domains ([78a8802](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/78a8802f6f91496c52ac16d3c808786ea0426eb1))
|
|
7
|
+
|
|
1
8
|
# [2.78.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.77.0...v2.78.0) (2025-02-12)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -214,6 +214,14 @@
|
|
|
214
214
|
{
|
|
215
215
|
host: ["www.paypal.com", "www.paypalobjects.com"],
|
|
216
216
|
},
|
|
217
|
+
{
|
|
218
|
+
// CORS LCP Image Domain / CORS Image Domain with missing timing-allow-origin header:
|
|
219
|
+
host: [
|
|
220
|
+
// TODO: add CORS image domains if domain provides LCP resource or timing-allow-origin header is missing
|
|
221
|
+
// – remove whole block if there are no domains to be listed
|
|
222
|
+
],
|
|
223
|
+
contentType: ["image"],
|
|
224
|
+
},
|
|
217
225
|
{{#if isShopify}}
|
|
218
226
|
|
|
219
227
|
// Shopify specific:
|
package/oclif.manifest.json
CHANGED