Remove CSRF check in WopiController

This commit is contained in:
Jure Grabnar 2019-09-19 15:55:29 +02:00
parent cc561d8ee5
commit 8780e5183b

View file

@ -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!