def apply()

in app/filters/HSTSFilter.scala [9:11]


  def apply(next: EssentialAction) = EssentialAction { req =>
    next(req).map(result => result.withHeaders(STRICT_TRANSPORT_SECURITY -> "max-age=31536000"))
  }