aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-07 10:11:37 +0100
committerneodarz <neodarz@neodarz.net>2017-02-07 10:11:37 +0100
commitc7ffa45f020ee115c7349722b547920bfbc37bce (patch)
tree40a966bbc63ef3266fafb4a1fa2290d98cdef1d2 /web
parent120bf89930ce7e136ba0b0499bce7b0f8b95f296 (diff)
downloadthe_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.ex2
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