Skip to content

Commit 5a1c59f

Browse files
committed
Revert "session transferred over https only + set http only flag"
This reverts commit cd18936.
1 parent cd18936 commit 5a1c59f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

xcmailr-webapp/conf/application.conf.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ application.languages=en,de
4141

4242
application.session.expire_time_in_seconds=3600
4343
application.session.send_only_if_changed=true
44-
application.session.transferred_over_https_only=true
45-
application.session.http_only=true
44+
application.session.transferred_over_https_only=false
4645

4746
## The url of the server (used for links in emails), without the basedir and the trailing "/"
4847
## e.g. if your app runs on http://localhost:8080/xc/mailr, add "http://localhost:8080" here

xcmailr-webapp/src/main/resources/conf/application.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ application.languages=en,de
4141

4242
application.session.expire_time_in_seconds=3600
4343
application.session.send_only_if_changed=true
44-
application.session.transferred_over_https_only=true
45-
application.session.http_only=true
44+
application.session.transferred_over_https_only=false
4645

4746
## The url of the server (used for links in emails), without the basedir and the trailing "/"
4847
## e.g. if your app runs on http://localhost:8080/xc/mailr, add "http://localhost:8080" here

0 commit comments

Comments
 (0)