From 4696ac3113faadd88752778326d3cb377e0e051b Mon Sep 17 00:00:00 2001 From: Sushant Mondal Date: Thu, 3 Sep 2026 04:49:38 +0200 Subject: sushantmondal.com now supports the HTTP protocol too (#64) Log: ``` sushant@home:~$ curl -I http://sushantmondal.com/ HTTP/1.1 200 OK Date: Wed, 02 Sep 2026 21:39:17 GMT Content-Type: text/html Connection: keep-alive Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800} Server: cloudflare Last-Modified: Wed, 02 Sep 2026 07:27:09 GMT Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4aeq5dzWnI%2BtRd1VR34Cizg4Dtted6b0BNx%2BIeDUYuvgY9FUUNmUy4LkvSqQtQg309hdlyBPxskFjX94jy2%2Fp05v8pkrnXW6ZOVkWuz70QoLLrsZOZQk4xEvnGfuh5K6YW8NoltXfZldJTvwzV2FmA%3D%3D"}]} Accept-Ranges: bytes X-Powered-By: PleskLin cf-cache-status: DYNAMIC CF-RAY: a34faaa2becfe16b-MRS alt-svc: h3=":443"; ma=86400 sushant@home:~$ ``` Reviewed-on: https://codeberg.org/btxx/1mb-club/pulls/64 --- _data/sites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/sites.yml b/_data/sites.yml index 4c116ba..2ae21e5 100644 --- a/_data/sites.yml +++ b/_data/sites.yml @@ -2102,6 +2102,7 @@ - domain: sushantmondal.com size: 52.1 + http: true - domain: sustainabledev.org size: 64.6 -- cgit v1.3.1