4 lines
214 B
Text
4 lines
214 B
Text
= 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};
|