We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa4cde commit b74fbbaCopy full SHA for b74fbba
src/lib/utils.ts
@@ -291,7 +291,7 @@ export function splitChunk(
291
292
// ===========================================================================
293
// headers multi map
294
-const MULTI_VALUE_ALLOWED = ["set-cookie", "warc-concurrent-to"];
+const MULTI_VALUE_ALLOWED = ["set-cookie", "warc-concurrent-to", "warc-protocol"];
295
296
// using something other than comma to reduce change of any collisions with actual data
297
// in theory, collision still possible with arbitrary cookie value
0 commit comments