mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Test pathValidation cookies
This commit is contained in:
@@ -108,7 +108,7 @@ async function FilePage({ params }: Props) {
|
||||
)}`,
|
||||
{
|
||||
headers: {
|
||||
Cookie: `${Constant.cookiePassword}=${passwordCookies}`,
|
||||
Cookie: `${Constant.cookiePassword}=${passwordCookies};test=IsThisTheProblem`,
|
||||
},
|
||||
},
|
||||
).then(
|
||||
|
||||
Reference in New Issue
Block a user