Commit 63ed8032 authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Robert Speicher

Skip authenticity token checks for Git HTTP

parent 53498e42
class Projects::GitHttpController < Projects::ApplicationController
attr_reader :user
# Git clients will not know what authenticity token to send along
skip_before_action :verify_authenticity_token
skip_before_action :repository
before_action :authenticate_user
before_action :ensure_project_found!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment