checkpoint
This commit is contained in:
parent
ca8ba09889
commit
e0c4ce8d01
|
|
@ -134,5 +134,10 @@ export const createResponse = (
|
|||
res.headers.append("content-type", "application/json");
|
||||
}
|
||||
|
||||
res.headers.append(
|
||||
"Strict-Transport-Security",
|
||||
"max-age=31536000; includeSubDomains; preload"
|
||||
);
|
||||
|
||||
return res;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue