mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Move these now that prettier was run
This commit is contained in:
parent
b5ee1b8fe7
commit
822a744cc5
1 changed files with 2 additions and 2 deletions
|
@ -36,13 +36,13 @@ export const setRedirectRequest = async (c: Context) => {
|
|||
|
||||
if (!url) {
|
||||
/* Remove redirect URL */
|
||||
// eslint-disable-next-line sonarjs/no-duplicate-string
|
||||
c.header(
|
||||
// eslint-disable-next-line sonarjs/no-duplicate-string
|
||||
'set-cookie',
|
||||
`base_redirect=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 GMT; secure; HttpOnly`
|
||||
);
|
||||
// eslint-disable-next-line sonarjs/no-duplicate-string
|
||||
c.header(
|
||||
// eslint-disable-next-line sonarjs/no-duplicate-string
|
||||
'content-security-policy',
|
||||
`frame-ancestors ${Constants.STANDARD_DOMAIN_LIST.join(' ')};`
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue