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 b7d6ee0 commit 5e68907Copy full SHA for 5e68907
middleware/index.js
@@ -234,14 +234,6 @@ export default function (app) {
234
app.get('/_ip', instrument(remoteIP, './remoteIP'))
235
app.get('/_build', instrument(buildInfo, './buildInfo'))
236
237
- // TEMPORARY towards 33028
238
- app.get('/headers.json', (req, res) => {
239
- res.set('cache-control', 'private, no-store').json({
240
- 'accept-language': req.get('accept-language'),
241
- 'x-user-language': req.get('x-user-language'),
242
- })
243
244
-
245
// Check for a dropped connection before proceeding (again)
246
app.use(haltOnDroppedConnection)
247
0 commit comments