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