mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Make global functions immutable
This commit is contained in:
@@ -2495,4 +2495,6 @@ window.qBittorrent.DynamicTable = (function() {
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.DynamicTable);
|
||||
|
||||
/*************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user