Fix asset server security problem.

This commit is contained in:
stephb9959
2021-10-27 13:36:00 -07:00
parent 56308dfa5e
commit 61140868b5
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenWifi {
Poco::Net::HTTPRequest::HTTP_DELETE,
Poco::Net::HTTPRequest::HTTP_OPTIONS},
Server,
Internal) {}
Internal, false) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/wwwassets/{id}" ,
"/favicon.ico"}; };
void DoGet() final;