mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set a max age on CORs requests
This commit is contained in:
parent
48f427401f
commit
e0b1a01f8f
1 changed files with 1 additions and 0 deletions
|
|
@ -19,4 +19,5 @@ export const corsConfig = {
|
|||
'capacitor://localhost',
|
||||
'http://localhost',
|
||||
],
|
||||
maxAge: 86400,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue