mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Remove CSRF check in WopiController
This commit is contained in:
parent
cc561d8ee5
commit
8780e5183b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
class WopiController < ActionController::Base
|
||||
include WopiUtil
|
||||
|
||||
skip_before_action :verify_authenticity_token
|
||||
before_action :load_vars, :authenticate_user_from_token!
|
||||
before_action :verify_proof!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue