Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@marcbachmann marcbachmann released this 20 Apr 20:06
· 4 commits to master since this release
13b438c

Changelog

  • 🛡️ Prevent local file access by default using the localUrlAccess: false option
  • 💥 Drop node versions older than v12

💥 Breaking Change

Prevent local file access by default to fix a security issue.
Please provide the localUrlAccess: true option if you want to keep the old behavior
but keep your system vulnerable to local file access.

Not sure this module is even usable without installing phantomjs manually.
On linux you might need to download the executable.

The tests are running locally on macos.