Revision 49c0d427 snf-webproject/synnefo/webproject/settings/default/deploy.py

b/snf-webproject/synnefo/webproject/settings/default/deploy.py
20 20
# Settings / cookies that should be 'cleansed'
21 21
HIDDEN_SETTINGS = 'SECRET|PASSWORD|PROFANITIES_LIST|SIGNATURE|AMQP_HOSTS|PRIVATE_KEY|DB_CONNECTION'
22 22
HIDDEN_COOKIES  = 'password|_pithos2_a|token|sessionid|shibstate|shibsession|CSRF_COOKIE'
23

  
24

  
25
#When set to True, if the request URL does not match any of the patterns in the
26
#URLconf and it doesn't end in a slash, an HTTP redirect is issued to the same
27
#URL with a slash appended. Note that the redirect may cause any data submitted
28
#in a POST request to be lost. Due to the REST nature of most of the registered
29
#Synnefo endpoints we prefer to disable this behaviour by default.
30
APPEND_SLASH = False

Also available in: Unified diff