Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix(cors): set allowed origins to * while there is no preprod (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberthou authored Mar 2, 2021
1 parent 57276f0 commit 74838e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s/environments/prod/app.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ data:
YOUTUBE_API_URL: https://youtube.googleapis.com/youtube/v3/
YOUTUBE_CHANNEL_ID: UClDwrT-Y1NY9WnEiXLMHp6w
GITHUB_API_URL: https://api.github.com
CORS_ORIGINS: https://archifiltre.fabrique.social.gouv.fr
CORS_ORIGINS: "*"

0 comments on commit 74838e2

Please sign in to comment.