diff --git a/src/app/[...path]/page.tsx b/src/app/[...path]/page.tsx index e867051..aafe3bb 100644 --- a/src/app/[...path]/page.tsx +++ b/src/app/[...path]/page.tsx @@ -108,7 +108,7 @@ async function FilePage({ params }: Props) { )}`, { headers: { - Cookie: `${Constant.cookiePassword}=${passwordCookies}`, + Cookie: `${Constant.cookiePassword}=${passwordCookies};test=IsThisTheProblem`, }, }, ).then(