Make global functions immutable

This commit is contained in:
Chocobo1
2021-03-23 18:50:58 +08:00
parent 901fca2d12
commit e43a9de2f3
20 changed files with 40 additions and 0 deletions

View File

@@ -235,3 +235,5 @@ window.qBittorrent.PropTrackers = (function() {
return exports();
})();
Object.freeze(window.qBittorrent.PropTrackers);