Skip to content

Commit

Permalink
Add allowed Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeWilmoth committed Oct 23, 2024
1 parent d7399ac commit cd0c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ play.filters {
# This is useful to prevent cache poisoning attacks.
hosts {
# Allow requests to example.com, its subdomains, and localhost:9000.
#allowed = [".example.com", "localhost:9000"]
allowed = ["mayberry-mini-trucks-api-dev-795613298614.us-east4.run.app", "localhost:9000", "localhost:3000"]
}
}

Expand Down

0 comments on commit cd0c69f

Please sign in to comment.