Add network configuration

This commit is contained in:
sigaloid
2022-07-19 16:01:27 -04:00
parent 82d71797a7
commit f3662d1048
3 changed files with 34 additions and 7 deletions

View File

@@ -57,7 +57,8 @@ const ALLOWED_OPTIONS = new Set([
'maxContentWidth',
'compressImages',
'downloadImagesAutomatically',
'minTocHeadings'
'minTocHeadings',
'checkForUpdates'
]);
function getOptions() {