@jaypie/constructs 1.2.30 → 1.2.31

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.
@@ -2461,6 +2461,16 @@ class JaypieDistribution extends constructs.Construct {
2461
2461
  resolvedResponseHeadersPolicy = new cloudfront__namespace.ResponseHeadersPolicy(this, "SecurityHeaders", {
2462
2462
  customHeadersBehavior: {
2463
2463
  customHeaders: [
2464
+ {
2465
+ header: "Cache-Control",
2466
+ override: true,
2467
+ value: "no-store, no-cache, must-revalidate, proxy-revalidate",
2468
+ },
2469
+ {
2470
+ header: "Cross-Origin-Embedder-Policy",
2471
+ override: true,
2472
+ value: "unsafe-none",
2473
+ },
2464
2474
  {
2465
2475
  header: "Cross-Origin-Opener-Policy",
2466
2476
  override: true,