[ci skip] Sandbox proxy iframe to prevent frame-busting

Add sandbox attribute to prevent proxied pages from navigating
top.location or replacing the parent page body. Allows scripts,
same-origin, forms, popups, and presentation but blocks
top-navigation.
This commit is contained in:
Viktor Barzin 2026-02-21 21:25:51 +00:00
parent 450dfc28e4
commit fd7f22d8cc
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ resource "kubernetes_deployment" "f1-stream" {
}
spec {
container {
image = "viktorbarzin/f1-stream:v1.2.3"
image = "viktorbarzin/f1-stream:v1.2.4"
name = "f1-stream"
resources {
limits = {