X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=e505b5465d00606e231372d2e7433c9ded6a035b;hb=3f3310ae5f3e42f714550f26e167ffea11005083;hp=45113cbc52fc48ff291c6f572d6764a3e0d456f8;hpb=cfa7d8dcaa2bf3b270f3d7de31373cef2e60ff10;p=citadel.git diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 45113cbc5..e505b5465 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -390,6 +390,7 @@ void context_loop(int *sock) /** Begin parsing the request. */ #ifdef TECH_PREVIEW if ((strncmp(req->line+4, "/sslg", 5) != 0) && + (strncmp(req->line+4, "/static/", 8) != 0) && (strncmp(req->line+4, "/wholist_section", 16) != 0)) { #endif lprintf(5, "HTTP: %s\n", buf);