chore: remove unused middleware files

This commit is contained in:
sriramveeraghanta 2025-11-11 15:33:34 +05:30
parent 1447be12e6
commit b51da2f997
2 changed files with 0 additions and 28 deletions

View file

@ -1,14 +0,0 @@
import { next } from "@vercel/edge";
export default function middleware() {
return next({
headers: {
"Referrer-Policy": "origin-when-cross-origin",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-DNS-Prefetch-Control": "on",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
},
});
}