# https://www.playframework.com/documentation/latest/Configuration

play.filters {

  enabled = []

  headers {

    contentSecurityPolicy = "default-src 'self' *"

  }

}