0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Aileen Nowak 19a6c8a426 Added test for images w/o extensions for image size util (#9367)
closes #9022

Images without extensions don't need to be manipulated, as we're now reading the bytes and pass those to the `image-size` lib.

This PR adds another `user-agent` to emulate multiple browser requests, as I stumbled over an example where the image without extension is protected otherwise.

Added a test, that works with above mentioned image, but is currently mocked. Nevertheless, the image worked as a PoC, that we're able to read the bytes of an image without its extension and still return the dimensions of the image.
2018-01-04 12:03:41 +01:00
..
functional Moved tokens, url safe and safe string utility to lib/security 2017-12-14 13:38:00 +01:00
integration Fixed import test: post duplication detection within a file to import 2018-01-03 13:34:15 +00:00
unit Added test for images w/o extensions for image size util (#9367) 2018-01-04 12:03:41 +01:00
utils 2018 2018-01-02 21:44:41 +00:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc