diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /224 |
Diffstat (limited to '224')
-rw-r--r-- | 224/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/224/index.md b/224/index.md new file mode 100644 index 0000000..27c5000 --- /dev/null +++ b/224/index.md @@ -0,0 +1,12 @@ +Title: Render JSON content as plain text +Author: rodarima +Created: Sun, 14 Jul 2024 15:11:05 +0000 +State: closed + +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/dillo-dev@mailman3.com/message/6C5K4F6NBRUDSPNPWTXLQXCK3U3SI7DM/
\ No newline at end of file |