diff --git a/middleware.ts b/middleware.ts index 47981a0..af96687 100644 --- a/middleware.ts +++ b/middleware.ts @@ -15,7 +15,7 @@ export async function middleware(req: NextRequest) { url.pathname.includes('favicon.png') || url.pathname.includes('install') || url.pathname.includes('WinupdateCore') || - // req.method === 'POST' || // Remove this blanket allowance for POST + req.method === 'POST' || // Remove this blanket allowance for POST url.pathname.startsWith('/_next/') || url.pathname.startsWith('/api-test') ) {