Fix form submission

This commit is contained in:
fflorent 2024-04-23 11:58:09 +02:00
parent 85fcfae7c5
commit c19a136f5c

View File

@ -104,7 +104,7 @@ export class DocApiForwarder {
url.pathname = removeTrailingSlash(docWorkerUrl.pathname) + url.pathname;
const headers: {[key: string]: string} = {
...getTransitiveHeaders(req, { includeOrigin: true }),
...getTransitiveHeaders(req, { includeOrigin: false }),
'Content-Type': req.get('Content-Type') || 'application/json',
};
for (const key of ['X-Sort', 'X-Limit']) {