Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: encoding issue in CDN responses #2130

Merged
merged 1 commit into from
Aug 18, 2022
Merged

fix: encoding issue in CDN responses #2130

merged 1 commit into from
Aug 18, 2022

Commits on Aug 11, 2022

  1. fix: encoding issue in CDN responses

    When downloading the redoc JS from redoc.ly CDN (e.g.
    https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js) the
    Content-Type header in the response is missing 'charset=utf-8', causing
    the file to be displayed with garbled characters.
    bparmentier committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    eac3df7 View commit details
    Browse the repository at this point in the history