diff --git a/make_pdf.rb b/make_pdf.rb index ef5215243d..2803176a6b 100644 --- a/make_pdf.rb +++ b/make_pdf.rb @@ -2,7 +2,8 @@ PDFKit.configure do |config| config.default_options = { - 'disable-javascript': nil + 'disable-javascript': nil, + 'enable-local-file-access': true } config.verbose = true end