Skip to content

Commit

Permalink
Update make_pdf.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu authored Sep 15, 2021
1 parent 588ca9e commit a0f102d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0f102d

Please sign in to comment.