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