We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61be40 commit bfc489dCopy full SHA for bfc489d
1 file changed
RELEASES.md
@@ -15,3 +15,12 @@ Remember to update the configuration file (`application.conf`):
15
16
- `logger.*` parameters has been migrated to `logback.xml`, remove them from
17
your config
18
+
19
+The following section is now required for use in production:
20
21
+```
22
+play.filters.enabled += play.filters.hosts.AllowedHostsFilter
23
+play.filters.hosts {
24
+ allowed = ["loglist.xyz"]
25
+}
26
0 commit comments