Ryan Humphries
Results
2
comments of
Ryan Humphries
For those who are interested, I am taking a look at this issue today as a requirement for a project I am working on. Any tips on how to include...
Within ./formats/image.js:line 34, there is currently this code: ` return sanitize(url, ['http', 'https', 'data']) ? url : '//:0'; ` adding 'data' to that array of properties, will allow for users...