Skip to content

Commit f75b5b8

Browse files
committedNov 5, 2021
Fixes formatting
1 parent 8db541f commit f75b5b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎backend/app.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ app.use(function (req, res, next) {
4040
}
4141

4242
res.set({
43-
'X-XSS-Protection': '1; mode=block',
44-
'X-Content-Type-Options': 'nosniff',
45-
'X-Frame-Options': x_frame_options,
46-
'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate',
47-
Pragma: 'no-cache',
48-
Expires: 0
43+
'X-XSS-Protection': '1; mode=block',
44+
'X-Content-Type-Options': 'nosniff',
45+
'X-Frame-Options': x_frame_options,
46+
'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate',
47+
Pragma: 'no-cache',
48+
Expires: 0
4949
});
5050
next();
5151
});

0 commit comments

Comments
 (0)
Please sign in to comment.