mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(api): allow next UI via CORS
This commit is contained in:
parent
b0c8864740
commit
f73c8a9d10
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