diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-01-08 14:17:59 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-01-08 15:15:40 +0100 |
commit | 94a6a8e07e3d7e6c3233554dae2056687590b651 (patch) | |
tree | ef8bef989b370ac16445548618215d1abe0c152d /README.md | |
parent | 83781cf3177ae2928221c424caeb2bd880d6cc6c (diff) |
Disable CSRF cookie
When working with HTTP interface, it is impossible to login.
Ths patch also document that in Readme.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,4 +98,4 @@ Note that this container provides defaults which are unsecure. If you plan on de * Changing the default admin password * Using HTTPS - + * Re-enable CSRF cookie (disabled in lava-master/Dockerfile) |