mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 17:20:12 +01:00
Allow CloudMailin to skip CSRF verification
This commit is contained in:
parent
70ba7a3a6b
commit
0cd8a1a3ee
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ class IntegrationsController < ApplicationController
|
|||
require 'mail'
|
||||
|
||||
skip_before_filter :login_required, :only => [:cloudmailin, :search_plugin, :google_gadget]
|
||||
skip_before_filter :verify_authenticity_token, only: [:cloudmailin]
|
||||
|
||||
def index
|
||||
@page_title = 'TRACKS::Integrations'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue