[ci skip] Fix video playback and comprehensive anti-debug neutralization

Video:
- Add allow="autoplay; encrypted-media; fullscreen" to iframe for media playback

Anti-debug:
- Strip ad/popup scripts (acscdn, popunder) and context menu blockers from HTML
- Strip debugger statements from inline HTML scripts and proxied JS responses
- Intercept setTimeout (not just setInterval) for debugger-based detection
- Override eval() and Function() constructor to strip debugger statements
- Bump image to v1.2.6
This commit is contained in:
Viktor Barzin 2026-02-21 23:12:11 +00:00
parent 642e774b62
commit 8562ed1b8f
3 changed files with 47 additions and 2 deletions

View file

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