dart_frog
dart_frog copied to clipboard
feat: apply middlewares to static file server
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