Skip to content

Commit 5ea4366

Browse files
committed
Merge branch 'main' into megufont
2 parents d3c7423 + 3c1b4a9 commit 5ea4366

File tree

6 files changed

+3271
-5555
lines changed

6 files changed

+3271
-5555
lines changed

functions/api/clear-clearance/[[path]].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function onRequestGet(ctx) {
1616
status: 302,
1717
headers: {
1818
Location: url.toString(),
19-
'Set-Cookie': `cf_clearance=invalid; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; path=/; domain=.${domain}`,
19+
'Set-Cookie': `cf_clearance=invalid; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; path=/; domain=.${domain}; Priority=High; HttpOnly; Secure; SameSite=None; Partitioned`,
2020
},
2121
});
2222
}

0 commit comments

Comments
 (0)