* HAIL MELD!
[citadel.git] / webcit / context_loop.c
index 45113cbc52fc48ff291c6f572d6764a3e0d456f8..e505b5465d00606e231372d2e7433c9ded6a035b 100644 (file)
@@ -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);