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.
2 parents 6438995 + 6af5c64 commit 16cd2f6Copy full SHA for 16cd2f6
1 file changed
src/startup/cors.js
@@ -25,7 +25,7 @@ module.exports = function (app) {
25
},
26
credentials: true,
27
methods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'],
28
- allowedHeaders: ['Content-Type', 'Authorization'],
+ allowedHeaders: ['Content-Type', 'Authorization', 'Cache-Control', 'Pragma'],
29
}),
30
);
31
};
0 commit comments