Commit bbf8836
committed
Fixed invalid default value for SESSION_DOMAIN
As from commit 522cbd4 the default value for
SESSION_DOMAIN is now set to "apc" if it's not supplied. This will lead to
CSRF token validation failures as described on
cachethq/cachet#2741 (comment)
With this commit the SESSION_DOMAIN will just be empty when not explicitly
configured.1 parent 0c772a5 commit bbf8836
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments