Skip to content

Commit

Permalink
Merge pull request #1737 from etalab/cors/datagouv
Browse files Browse the repository at this point in the history
Add data.gouv.fr to CORS
  • Loading branch information
skelz0r authored Dec 3, 2024
2 parents 86870a9 + 8573726 commit 18bb6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/cors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
allow do
origins 'localhost:8080'
origins 'https://status.entreprise.api.gouv.fr/'
origins 'https://data.gouv.fr/'

resource '*',
headers: :any,
Expand Down

0 comments on commit 18bb6f7

Please sign in to comment.