diff --git a/dashboard/public/jarvis.html b/dashboard/public/jarvis.html
index 4300112..9912b21 100644
--- a/dashboard/public/jarvis.html
+++ b/dashboard/public/jarvis.html
@@ -1188,7 +1188,7 @@ function init(){
}
document.addEventListener('DOMContentLoaded', () => {
- const isServer = location.protocol !== 'file:' && location.hostname === 'localhost';
+ const isServer = location.protocol !== 'file:';
if (isServer) {
// Server mode: always fetch live data from API (ignore any stale inline D)