1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added no-cache to MPS HTTP responses for #2462

This commit is contained in:
Ylian Saint-Hilaire 2021-04-07 10:27:25 -07:00
parent 9269c29bf0
commit a66bd9b595
2 changed files with 4 additions and 4 deletions

View file

@ -3471,7 +3471,7 @@
) { menus.push({ n: "Desktop", f: 'setupDeviceMenu(1)' }); }
if ((currentDevicePanel != 5) &&
(urlargs.term == 1) &&
//(urlargs.term == 1) &&
(currentNode != null) &&
((meshrights & 8) || (meshrights & 256)) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 65536) == 0)) &&
(((currentNode.agent == null) && ((typeof currentNode.intelamt.sku !== 'number') || ((currentNode.intelamt.sku & 8) != 0))) || (currentNode.agent && (currentNode.agent.caps & 2)))