Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 10, 2024
1 parent aa5c92e commit e5ca2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ksf/comp/ksDevicePortal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ namespace ksf::comps
return;
}

webServer->sendHeader(PSTR("Cache-Control"), PSTR("private"));
webServer->sendHeader(PSTR("Content-Encoding"), PSTR("gzip"));
webServer->sendHeader(PSTR("ETag"), fileMD5);
webServer->send_P(200, PROGMEM_TEXT_HTML, (const char*)DEVICE_FRONTEND_HTML, DEVICE_FRONTEND_HTML_SIZE);
Expand Down

0 comments on commit e5ca2f4

Please sign in to comment.