Skip to content

Commit

Permalink
Merge pull request #224 from GeOsmFamily/dev
Browse files Browse the repository at this point in the history
Add https://sdgmapping.org to allowed_origins in cors.php
  • Loading branch information
BorisGautier authored Feb 5, 2024
2 parents da01dfe + bd78484 commit 5cfe05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

'allowed_methods' => ['*'],

'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', '*.sdgmapping.org', 'http://localhost:4200'],
'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', '*.sdgmapping.org', 'http://localhost:4200', 'https://sdgmapping.org'],

'allowed_origins_patterns' => [],

Expand Down

0 comments on commit 5cfe05a

Please sign in to comment.