diff options
author | neodarz <neodarz@neodarz.net> | 2017-02-07 10:11:37 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-02-07 10:11:37 +0100 |
commit | c7ffa45f020ee115c7349722b547920bfbc37bce (patch) | |
tree | 40a966bbc63ef3266fafb4a1fa2290d98cdef1d2 /web | |
parent | 120bf89930ce7e136ba0b0499bce7b0f8b95f296 (diff) | |
download | the_transcriber_backend-c7ffa45f020ee115c7349722b547920bfbc37bce.tar.xz the_transcriber_backend-c7ffa45f020ee115c7349722b547920bfbc37bce.zip |
Uncomment the plug for protect from forgery
Diffstat (limited to 'web')
-rw-r--r-- | web/router.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/router.ex b/web/router.ex index 0fd11d5..baa5595 100644 --- a/web/router.ex +++ b/web/router.ex @@ -5,7 +5,7 @@ defmodule TheTranscriberBackend.Router do plug :accepts, ["html"] plug :fetch_session plug :fetch_flash - #plug :protect_from_forgery + plug :protect_from_forgery plug :put_secure_browser_headers end |