V96.3 add cache-control no-cache meta to dashboard prevent browser cache stale views [Opus]
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
Opus-V96-3
2026-04-19 21:19:24 +02:00
parent ea8ea80df8
commit 38f84f485e

View File

@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="fr"><head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>🧠 WEVIA Autonomy Dashboard · NeuroRAG v2</title>
<style>
:root{--bg:#0a0e1a;--panel:#141933;--panel2:#1a2140;--border:#263161;--text:#e4e8f7;--muted:#8b95b8;