fix
This commit is contained in:
parent
2299073e4a
commit
f3d020b031
|
|
@ -140,7 +140,6 @@ export const createResponse = (
|
|||
);
|
||||
|
||||
res.headers.append("X-Content-Type-Options", "nosniff");
|
||||
res.headers.append("X-Frame-Options", "SAMEORIGIN");
|
||||
|
||||
return res;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue