Browse Source

fix: eslint error

Nicolas Giard 7 năm trước cách đây
mục cha
commit
f0722cfddf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/middlewares/security.js

+ 1 - 1
server/middlewares/security.js

@@ -25,7 +25,7 @@ module.exports = function (req, res, next) {
 
   // -> Disable IE Compatibility Mode
   res.set('X-UA-Compatible', 'IE=edge')
-  
+
   // -> Disables referrer header when navigating to a different origin
   res.set('Referrer-Policy', 'same-origin')