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