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:
@@ -151,3 +151,5 @@ window.qBittorrent.PropWebseeds = (function() {
|
||||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.PropWebseeds);
|
||||
|
||||
Reference in New Issue
Block a user