From 9ba4de03c7300f089e00ec11fcd963c693d8bcb9 Mon Sep 17 00:00:00 2001 From: nenizera Date: Mon, 21 Apr 2025 14:18:47 +0100 Subject: [PATCH 1/2] (Images)Update metadata.mdx Referring to Polish docs for more info. --- src/content/partials/images/metadata.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/images/metadata.mdx b/src/content/partials/images/metadata.mdx index cfbf2d30e48f810..bc21ebb99cb33b5 100644 --- a/src/content/partials/images/metadata.mdx +++ b/src/content/partials/images/metadata.mdx @@ -10,7 +10,7 @@ Color profiles and EXIF rotation are applied to the image even if the metadata i Available options are `copyright`, `keep`, and `none`. The default for all JPEG images is `copyright`. WebP and PNG output formats will always discard EXIF metadata. :::note -- If Polish is enabled, then all metadata may already be removed and this option will have no effect. +- If [Polish](/images/polish/activate-polish/) is enabled, then all metadata may already be removed and this option will have no effect. - Even when choosing to keep EXIF metadata, Cloudflare will modify JFIF data (potentially invalidating it) to avoid the known incompatibility between the two standards. For more details, refer to [JFIF Compatibility](https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#Compatibility). ::: @@ -65,4 +65,4 @@ Options include: cf: {image: {metadata: "none"}} ``` - \ No newline at end of file + From 9a0ad0612037540ea8220650ffd5f81edc7ce7d5 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:56:27 +0100 Subject: [PATCH 2/2] Update link --- src/content/partials/images/metadata.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/images/metadata.mdx b/src/content/partials/images/metadata.mdx index bc21ebb99cb33b5..ed239a32acd2a2b 100644 --- a/src/content/partials/images/metadata.mdx +++ b/src/content/partials/images/metadata.mdx @@ -10,7 +10,7 @@ Color profiles and EXIF rotation are applied to the image even if the metadata i Available options are `copyright`, `keep`, and `none`. The default for all JPEG images is `copyright`. WebP and PNG output formats will always discard EXIF metadata. :::note -- If [Polish](/images/polish/activate-polish/) is enabled, then all metadata may already be removed and this option will have no effect. +- If [Polish](/images/polish/) is enabled, then all metadata may already be removed and this option will have no effect. - Even when choosing to keep EXIF metadata, Cloudflare will modify JFIF data (potentially invalidating it) to avoid the known incompatibility between the two standards. For more details, refer to [JFIF Compatibility](https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#Compatibility). :::