Make global functions immutable

This commit is contained in:
Chocobo1
2021-03-23 18:50:58 +08:00
parent 901fca2d12
commit e43a9de2f3
20 changed files with 40 additions and 0 deletions

View File

@@ -791,4 +791,6 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
initRssDownloader();
return exports();
})();
Object.freeze(window.qBittorrent.RssDownloader);
</script>