[ci skip] Fix JS shim rw() routing non-proxy paths through proxy prefix

When upstream JS constructs URLs via location.origin + '/path', the rw()
function stripped the origin but returned bare '/path' which hit our
server's HTML index. Now correctly prefixes with /proxy/{b64origin} so
XHR/fetch requests for scripts reach the upstream via proxy.
Bump image to v1.2.7
This commit is contained in:
Viktor Barzin 2026-02-21 23:16:09 +00:00
parent fab25e68ad
commit bb44b4e18e
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 3 additions and 3 deletions

View file

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