FAS: Disable sessions (and thus translations)

This will disable translations, but is required to get a score of B or higher from oberservatory.
This is because CherryPY 2.3.0 just does not support setting HttpOnly for the session_filter.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-30 22:06:47 +02:00
parent b76a7fc0a4
commit 18709a7689

View file

@ -155,7 +155,7 @@ server.socket_queue_size=30
# Needed for translations
### Q for ricky: Should this move to app.cfg?
session_filter.on = True
session_filter.on = False
# Set to True if you'd like to abort execution if a controller gets an
# unexpected parameter. False by default