Skip to content

Commit 3067172

Browse files
committed
build: exclude proxy from query parameters
1 parent 0041582 commit 3067172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const _getKey = req => {
2424
const url = urlResolve('http://localhost', req.url)
2525
const { origin } = new URL(url)
2626
const baseKey = normalizeUrl(url, {
27-
removeQueryParameters: [/^utm_\w+/i, 'force', 'filter', 'ref']
27+
removeQueryParameters: [/^utm_\w+/i, 'force', 'filter', 'ref', 'proxy']
2828
})
2929
return baseKey.replace(origin, '').replace('/?', '')
3030
}

0 commit comments

Comments
 (0)