Skip to content

Add UTF-8 charset to text response content types#105

Merged
GeekInTheNorth merged 1 commit into
GeekInTheNorth:developfrom
ZAZ-AKA:feature/utf8-content-type-for-text-responses
Jun 15, 2026
Merged

Add UTF-8 charset to text response content types#105
GeekInTheNorth merged 1 commit into
GeekInTheNorth:developfrom
ZAZ-AKA:feature/utf8-content-type-for-text-responses

Conversation

@ZAZ-AKA

@ZAZ-AKA ZAZ-AKA commented Jun 15, 2026

Copy link
Copy Markdown

This PR updates the Content-Type headers for llms.txt and robots.txt responses from text/plain to text/plain; charset=utf-8.

This makes the response encoding explicit for clients consuming these text files.

I have targeted develop because the repository appears to use it as the integration branch.

The change should also be relevant for the older CMS 12 / .NET 8 line. I am happy to create a separate backport PR if there is a maintained branch for that version.

@GeekInTheNorth GeekInTheNorth merged commit 977e021 into GeekInTheNorth:develop Jun 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Content-Type header to include explicit encoding format

2 participants