mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 15:32:48 -07:00
Make global functions immutable
This commit is contained in:
parent
901fca2d12
commit
e43a9de2f3
20 changed files with 40 additions and 0 deletions
|
@ -727,3 +727,5 @@ window.qBittorrent.PropFiles = (function() {
|
|||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.PropFiles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue