mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Reapply "feat(api): allow next UI via CORS"
This reverts commit e1fb918ac0.
This commit is contained in:
parent
db4b1f3bb2
commit
057d0f1c88
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"AllowedHosts": "*",
|
||||
"Cors": {
|
||||
"AllowedOrigins": [
|
||||
"https://filterlists.com"
|
||||
"https://filterlists.com",
|
||||
"https://next.filterlists.com"
|
||||
],
|
||||
"StagingOriginPatterns": {
|
||||
"Start": "https://nice-water-05873140f-",
|
||||
|
|
|
|||
Loading…
Reference in a new issue