chore(test): add test for cache control and security headers
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 49s

This commit was merged in pull request #334.
This commit is contained in:
2024-12-16 22:51:23 +01:00
parent 9bb603970d
commit 23aa3d4b0e
4 changed files with 89 additions and 22 deletions

View File

@@ -2,11 +2,10 @@ package middleware
import (
"fmt"
"net/http"
"strings"
"me-fit/service"
"net/http"
)
type csrfResponseWriter struct {