From 8b8157045a74558b6a0abeda1fbbffbdf50fbe55 Mon Sep 17 00:00:00 2001 From: cf-matthias <137851963+cf-matthias@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:19:31 +0900 Subject: [PATCH] CUSTESC-55739 - Document /.well-known/ is treated as static resource CUSTESC-55739 --- .../docs/bots/additional-configurations/static-resources.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/bots/additional-configurations/static-resources.mdx b/src/content/docs/bots/additional-configurations/static-resources.mdx index 8d241960bbd24e1..b9d3491be18a745 100644 --- a/src/content/docs/bots/additional-configurations/static-resources.mdx +++ b/src/content/docs/bots/additional-configurations/static-resources.mdx @@ -54,4 +54,6 @@ To exclude static resources, you would need to include `not (cf.bot_management.s Static resources are files with the following extensions: -`ico|jpg|png|jpeg|gif|css|js|tif|tiff|bmp|pict|webp|svg|svgz|class|jar|txt|csv|doc|docx|xls|xlsx|pdf|ps|pls|ppt|pptx|ttf|otf|woff|woff2|eot|eps|ejs|swf|torrent|midi|mid|m3u8|m4a|mp3|ogg|ts` \ No newline at end of file +`ico|jpg|png|jpeg|gif|css|js|tif|tiff|bmp|pict|webp|svg|svgz|class|jar|txt|csv|doc|docx|xls|xlsx|pdf|ps|pls|ppt|pptx|ttf|otf|woff|woff2|eot|eps|ejs|swf|torrent|midi|mid|m3u8|m4a|mp3|ogg|ts` + +Additionally, the `/.well-known/` URL path and all elements in it are considered a static resource, regardless of file extension.