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

Added BREACH attack mittigation, #4084

This commit is contained in:
Ylian Saint-Hilaire 2022-06-08 10:47:23 -07:00
parent f5f4305841
commit ea7e98b3b4
24 changed files with 727 additions and 700 deletions

View file

@ -148,6 +148,7 @@
</div>
<script nonce="{{{cspNonce}}}">
'use strict';
var random = '{{{randomlength}}}' // Random length string for BREACH mitigation
var uiMode = parseInt(getstore('uiMode', 1));
var webPageStackMenu = false;
var webPageFullScreen = true;