From 17ff3e81d376b6792d409dcbed8e48800f8d7f7a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 12 Mar 2021 20:29:11 +0200 Subject: Added "about:about" IssueID #200 --- src/gmrequest.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gmrequest.c') diff --git a/src/gmrequest.c b/src/gmrequest.c index ea0a2d80..4631640e 100644 --- a/src/gmrequest.c +++ b/src/gmrequest.c @@ -290,6 +290,9 @@ static void requestFinished_GmRequest_(iGmRequest *d, iTlsRequest *req) { static const iBlock *aboutPageSource_(iRangecc path, iRangecc query) { const iBlock *src = NULL; + if (equalCase_Rangecc(path, "about")) { + return &blobAbout_Embedded; + } if (equalCase_Rangecc(path, "lagrange")) { return &blobLagrange_Embedded; } -- cgit v1.2.3