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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-23 03:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-23 03:09:14 +0300
commit9c71f76e2b49c070c35cb209fe3729e01a7ce92c (patch)
treef48aa6258fc5af462df9f20df28531fdfbfd20ae /app/controllers/ide_controller.rb
parented45528885b7b44c61f18175fe7cdbda12360669 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/ide_controller.rb')
-rw-r--r--app/controllers/ide_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/ide_controller.rb b/app/controllers/ide_controller.rb
index 4c9aac9a327..d94f18beb5d 100644
--- a/app/controllers/ide_controller.rb
+++ b/app/controllers/ide_controller.rb
@@ -3,6 +3,8 @@
class IdeController < ApplicationController
layout 'fullscreen'
+ include StaticObjectExternalStorageCSP
+
def index
Gitlab::UsageDataCounters::WebIdeCounter.increment_views_count
end