dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

feat: apply middlewares to static file server

Open jxstxn1 opened this issue 2 years ago • 0 comments

Description

I want to serve an index.html with the static file server and add multiple headers like for example: content-security-policy to ensure that cross-site scripting is not possible.

Requirements

  • [ ] middlewares for the static file server

jxstxn1 avatar Jul 26 '23 14:07 jxstxn1