Make global functions immutable

This commit is contained in:
Chocobo1 2021-03-23 18:50:58 +08:00
parent 901fca2d12
commit e43a9de2f3
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
20 changed files with 40 additions and 0 deletions

View file

@ -2495,4 +2495,6 @@ window.qBittorrent.DynamicTable = (function() {
return exports();
})();
Object.freeze(window.qBittorrent.DynamicTable);
/*************************************************************/