forked from External/greenlight
		
	skip authenticity token on errors controller
This commit is contained in:
		@@ -15,6 +15,8 @@
 | 
				
			|||||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 | 
					# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ErrorsController < ApplicationController
 | 
					class ErrorsController < ApplicationController
 | 
				
			||||||
 | 
					  skip_before_action :verify_authenticity_token
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def error
 | 
					  def error
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user