hugo/resources/images
Bjørn Erik Pedersen 44954497bc
Always use content to resolve content type in resources.GetRemote
This is a security hardening measure; don't trust the URL extension or any `Content-Type`/`Content-Disposition` header on its own, always look at the file content using Go's `http.DetectContentType`.

This commit also adds ttf and otf media type definitions to Hugo.

Fixes #9302
Fixes #9301
2021-12-17 09:50:28 +01:00
..
exif exif: Fix handling of utf8 runes in nullString() 2021-03-13 21:20:10 +01:00
webp Fix transparency problem when converting 32-bit images to WebP 2021-07-07 17:25:14 +02:00
color.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
color_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
config.go Always use content to resolve content type in resources.GetRemote 2021-12-17 09:50:28 +01:00
config_test.go Add webp image encoding support 2021-04-15 17:22:55 +02:00
filters.go Always use content to resolve content type in resources.GetRemote 2021-12-17 09:50:28 +01:00
filters_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
image.go Fix transparency problem when converting 32-bit images to WebP 2021-07-07 17:25:14 +02:00
overlay.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
resampling.go Add a set of image filters 2019-08-28 15:59:54 +02:00
smartcrop.go resources/image: Fix fill with smartcrop sometimes returning 0 bytes images 2021-06-17 23:52:27 +02:00
text.go Add custom font support to images.Text 2021-12-07 16:53:02 +01:00