Skip to content

Commit

Permalink
[#IOPID-1580] added General rule for adding no-cache on every file
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Mar 4, 2024
1 parent f0e71df commit f4cc4a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/domains/ioweb-common/06_cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ module "landing_cdn" {
action = "Append"
name = "Content-Security-Policy"
value = "script-src 'self' 'unsafe-inline'; worker-src 'none'; font-src data: 'self'; object-src 'none'; "
},
{
action = "Overwrite"
name = "Cache-Control"
value = "no-cache"
}
]
}
Expand Down

0 comments on commit f4cc4a0

Please sign in to comment.