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:
parent
b76a7fc0a4
commit
18709a7689
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue