This commit is contained in:
Andreas Hocevar 2025-04-25 11:01:26 -07:00 committed by GitHub
commit c4a64022ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,6 +167,8 @@ export async function POST(request: Request) {
urlPath = urlPath.replace(/(.+)\/$/, '$1');
}
urlPath = urlPath + currentUrl.hash;
let referrerPath: string;
let referrerQuery: string;
let referrerDomain: string;