From c7ffa45f020ee115c7349722b547920bfbc37bce Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 7 Feb 2017 10:11:37 +0100 Subject: Uncomment the plug for protect from forgery --- web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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 -- cgit v1.2.1