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