forked from MapComplete/MapComplete
Fix: server config (CORS)
This commit is contained in:
parent
417bee2ee8
commit
2c877dd525
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ countrycoder.mapcomplete.org {
|
|||
file_server
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
|
||||
+Access-Control-Allow-Origin *
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue