html: add noto sans subset

This commit is contained in:
Vaxry
2025-04-13 16:53:17 +01:00
parent 5a0d332466
commit b5ee8880ff
6 changed files with 20 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ class CServerHandler : public Pistache::Http::Handler {
void challengeSubmitted(const Pistache::Http::Request& req, Pistache::Http::ResponseWriter& response);
std::string fingerprintForRequest(const Pistache::Http::Request& req);
bool isResourceCheckpoint(const std::string_view& res);
struct SChallengeResponse {
std::string challenge;
unsigned long int solution = 0;