fix
This commit is contained in:
parent
6f31086970
commit
949b61a05a
|
|
@ -139,6 +139,7 @@ export const createResponse = (
|
|||
"max-age=31536000; includeSubDomains; preload"
|
||||
);
|
||||
|
||||
res.headers.append("X-Content-Type-Options", "nosniff");
|
||||
res.headers.append("X-Frame-Options", "SAMEORIGIN");
|
||||
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Reference in New Issue