Skip to content

Commit

Permalink
Ports in dev hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Feb 1, 2024
1 parent 65e544a commit 0f8b6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/sites/default/services.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ parameters:

# Enable CORS for headless development.
allowedOriginsPatterns:
- '#\.lndo\.site$#'
- '#\.ddev\.site$#'
- '#^localhost(:\d+)?$#'
- '#\.lndo\.site(:\d+)?$#'
- '#\.ddev\.site(:\d+)?$#'
- '#\.amazee\.io$#'
- '#\.ironstar\.io$#'
- '#\.platformsh\.site$#'
- '#localhost:\d+$#'

# Sets the Access-Control-Expose-Headers header.
exposedHeaders: false
Expand Down

0 comments on commit 0f8b6c6

Please sign in to comment.