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

Commit

Permalink
Add native DO site URL to app allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Feb 3, 2024
1 parent 66713ef commit 5bc2404
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ openCollective {
play.http.errorHandler = handlers.ErrorHandler

play.filters.hosts {
allowed = ["sdkman.io", "localhost"]
allowed = [
"sdkman.io",
"sdkman-website-rxljo.ondigitalocean.app",
"localhost"
]
}

include "jdks.conf"
include "jdks.conf"

0 comments on commit 5bc2404

Please sign in to comment.