From 561d0e8e18c5a3b3a233d306c573fcf866bd8b62 Mon Sep 17 00:00:00 2001 From: Suwon Chae Date: Wed, 18 Mar 2015 11:04:54 +0900 Subject: [PATCH] application.conf.default: add missing options --- conf/application.conf.default | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/application.conf.default b/conf/application.conf.default index 142fc8fe0..78f6926d7 100644 --- a/conf/application.conf.default +++ b/conf/application.conf.default @@ -229,3 +229,9 @@ akka { } } } + +# If you want allowing to access yobi pages logged in users only, set it false +application.allowsAnonymousAccess = true + +# No referrer information is to be leaked when following the link from yobi pages. If you don't want, set it false +application.noreferrer = true