[ci skip] Fix narrow iframe content and strip anti-debug scripts in proxy

- Remove flex centering from browser-viewer-content; use absolute positioning
  for iframe to fill the entire container
- Strip disable-devtool and devtools-detect script tags from proxied HTML
- Add JS shim hooks to neutralize setInterval-based debugger traps and block
  loading of anti-debug scripts via setAttribute
- Bump image to v1.2.5
This commit is contained in:
Viktor Barzin 2026-02-21 21:32:39 +00:00
parent 0c2c48802f
commit fc0e1c3c6e
3 changed files with 24 additions and 6 deletions

View file

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