Fix missing people role order
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -106,7 +106,9 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Set("X-Content-Type-Options", "nosniff")
|
||||
w.Header().Set("Referrer-Policy", "no-referrer")
|
||||
w.Header().Set("Content-Security-Policy", "default-src 'self'")
|
||||
w.Header().Set("Permissions-Policy", "microphone=(), camera=(), geolocation=()")
|
||||
|
||||
// Default API security headers
|
||||
router := chi.NewRouter()
|
||||
router.MethodNotAllowed(methodNotAllowed)
|
||||
router.NotFound(notFound)
|
||||
|
||||
Reference in New Issue
Block a user