jasonraimondi / url-to-png

Selfhosted. URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB
https://jasonraimondi.github.io/url-to-png/
MIT License
136 stars 26 forks source link

fix(security): require screenshot protocol to be http/https #48

Closed jasonraimondi closed 1 month ago

jasonraimondi commented 1 month ago

prevent file:// URI scheme in Playwright screenshots

resolves #47