diff options
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 |