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

_published_experiments.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 717e1e633d293fe679f4dab16127256373506c8a (plain)
1
2
3
4
= javascript_tag(nonce: content_security_policy_nonce) do
  :plain
    gl = window.gl || {};
    gl.experiments = #{raw ApplicationExperiment.published_experiments.reject { |name, data| data[:excluded] }.to_json};