Skip to content

Commit

Permalink
add login.live.com to CORS allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt committed Jul 18, 2024
1 parent 3713f6d commit ff25274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
SLACK_WEBHOOK_URL: ${SLACK_WEBHOOK_URL}
ORDNANCE_SURVEY_API_KEY: ${ORDNANCE_SURVEY_API_KEY}
MINIO_PORT: ${MINIO_PORT}
CORS_ALLOWLIST: ${EDITOR_URL_EXT}, ${API_URL_EXT}
CORS_ALLOWLIST: ${EDITOR_URL_EXT}, ${API_URL_EXT}, https://login.live.com
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
# Local authority config
# Lambeth
Expand Down

0 comments on commit ff25274

Please sign in to comment.