mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
hakiri: fix security issue
This commit is contained in:
parent
710b4d26a4
commit
e07bdee7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module Api
|
||||
class BaseController < ActionController::Base
|
||||
protect_from_forgery
|
||||
protect_from_forgery with: :exception
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue