Commit f0722cfd authored by Nicolas Giard's avatar Nicolas Giard

fix: eslint error

parent 1266e1f0
...@@ -25,7 +25,7 @@ module.exports = function (req, res, next) { ...@@ -25,7 +25,7 @@ module.exports = function (req, res, next) {
// -> Disable IE Compatibility Mode // -> Disable IE Compatibility Mode
res.set('X-UA-Compatible', 'IE=edge') res.set('X-UA-Compatible', 'IE=edge')
// -> Disables referrer header when navigating to a different origin // -> Disables referrer header when navigating to a different origin
res.set('Referrer-Policy', 'same-origin') res.set('Referrer-Policy', 'same-origin')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment