mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 14:05:36 +05:00
fix: CORS headers for firefox
This commit is contained in:
parent
c8a7a38b52
commit
ee68300501
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
export const corsHeaders = {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"Access-Control-Allow-Headers":
|
||||
"Origin, X-Requested-With, Content-Type, Accept, Sign",
|
||||
"Origin, X-Requested-With, Content-Type, Accept, Sign, Allow, User-Agent",
|
||||
"Access-Control-Allow-Methods": "GET,HEAD,POST,OPTIONS",
|
||||
"Cache-Control": "no-cache",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue