mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Make global functions immutable
This commit is contained in:
@@ -182,3 +182,5 @@ window.qBittorrent.PropPeers = (function() {
|
||||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.PropPeers);
|
||||
|
||||
Reference in New Issue
Block a user