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

_bizible.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2b28c138e58044d41beca70ba4db2bb7d5fdc4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- if bizible_enabled?
  <!-- Bizible -->
  = javascript_include_tag "https://cdn.bizible.com/scripts/bizible.js"
  = javascript_tag nonce: content_security_policy_nonce do
    :plain
      const bizibleScript = document.createElement('script');
      bizibleScript.src = 'https://cdn.bizible.com/scripts/bizible.js';
      bizibleScript.nonce = '#{content_security_policy_nonce}'
      bizibleScript.charset = 'UTF-8';
      bizibleScript.defer = true;
      document.head.appendChild(bizibleScript);

      function OptanonWrapper() { }