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:
parent
9269c29bf0
commit
a66bd9b595
2 changed files with 4 additions and 4 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue