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