We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67520a2 commit 56c640aCopy full SHA for 56c640a
lib/uploadhandler.js
@@ -27,7 +27,7 @@ module.exports = function (options) {
27
this.res.set({
28
'Pragma': 'no-cache',
29
'Cache-Control': 'no-store, no-cache, must-revalidate',
30
- 'Content-Disposition': 'inline; filename="files.json"'
+ // 'Content-Disposition': 'inline; filename="files.json"'
31
});
32
};
33
0 commit comments