mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Raise exception on XSRF fail
Reported by hakiri.io
This commit is contained in:
parent
c5c3a903fc
commit
81a43cc2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
include ApplicationHelper
|
||||
protect_from_forgery
|
||||
protect_from_forgery with: :exception
|
||||
before_filter :get_conferences
|
||||
before_filter :store_location
|
||||
helper_method :date_string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue