Skip to content

Enable inlining of worker-loader

Stan Hu requested to merge sh-enable-inlining-for-prod into master

Due to the fact that we have a CDN in produciton, Chrome appears to be blocking the Worker that is loading the script from another domain. Inline to work around this issue.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60217

Merge request reports