Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/users/terms_controller.rb')
-rw-r--r--app/controllers/users/terms_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/users/terms_controller.rb b/app/controllers/users/terms_controller.rb
index f36b140f3a2..f7eb2aad9dc 100644
--- a/app/controllers/users/terms_controller.rb
+++ b/app/controllers/users/terms_controller.rb
@@ -4,7 +4,6 @@ module Users
class TermsController < ApplicationController
include InternalRedirect
include OneTrustCSP
- include GoogleAnalyticsCSP
skip_before_action :authenticate_user!, only: [:index]
skip_before_action :enforce_terms!
@@ -14,10 +13,6 @@ module Users
before_action :terms
- before_action only: [:index] do
- push_frontend_feature_flag(:gitlab_gtm_datalayer, type: :ops)
- end
-
layout 'terms'
feature_category :user_management