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