summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-17 11:25:07 +0100
committerTim Zallmann <tzallmann@gitlab.com>2018-01-17 11:25:07 +0100
commit98bc387b3eb627ea3a2b59256f121ea37675b04a (patch)
tree4e0e4210074c90029d7a0da005cb9caed8963e49
parentd2c15d7709ba4ae4415280a4b51d10bdeab49677 (diff)
downloadgitlab-ce-98bc387b3eb627ea3a2b59256f121ea37675b04a.tar.gz
Add force_same_domain for webpack bundle ide
-rw-r--r--app/views/ide/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml
index 2acd94f8cb3..3dbdfc97654 100644
--- a/app/views/ide/index.html.haml
+++ b/app/views/ide/index.html.haml
@@ -3,7 +3,7 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
- = webpack_bundle_tag 'ide'
+ = webpack_bundle_tag 'ide', force_same_domain: true
#ide.ide-loading{ data: {"empty-state-svg-path" => image_path('illustrations/multi_file_editor_empty.svg')} }
.text-center