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

Render JSON content as plain text #224

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Render JSON content as plain text #224

merged 1 commit into from
Jul 18, 2024

Conversation

rodarima
Copy link
Member

Some website endpoints return information in JSON, which is helpful to be read as plain text in some situations.

An example is the following endpoint https://tls.browserleaks.com/tls, which provides TLS fingerprinting information in JSON, which will change when reloading the page (only when Dillo is linked with LibreSSL).

The original page https://tls.browserleaks.com/ uses JS and cannot be used in Dillo.

See: https://lists.mailman3.com/hyperkitty/list/[email protected]/message/6C5K4F6NBRUDSPNPWTXLQXCK3U3SI7DM/

@rodarima rodarima added this to the Release 3.2.0 milestone Jul 14, 2024
Some website endpoints return information in JSON, which is helpful to
be read as plain text in some situations. The content can still be
downloaded to disk using the save button or the context menu.

An example is the following endpoint https://tls.browserleaks.com/tls,
which provides TLS fingerprinting information in JSON, which will change
when reloading the page (only when Dillo is linked with LibreSSL).

The original page https://tls.browserleaks.com/ uses JS and cannot be
used in Dillo.

See: https://lists.mailman3.com/hyperkitty/list/[email protected]/message/6C5K4F6NBRUDSPNPWTXLQXCK3U3SI7DM/
@rodarima rodarima force-pushed the json-as-plain-text branch from 964870b to de11bf3 Compare July 14, 2024 15:17
@rodarima rodarima merged commit de11bf3 into master Jul 18, 2024
22 checks passed
@rodarima rodarima deleted the json-as-plain-text branch July 18, 2024 19:59
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.

1 participant