Skip to content

Commit

Permalink
Remove Drift chat bot
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Sep 5, 2024
1 parent 9889df7 commit 12552ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
28 changes: 0 additions & 28 deletions docs/layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,4 @@
</script>
{{- end -}}

{{- if .Site.Params.drift_snippet -}}
<script>
!function () {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = ["identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on"],
t.factory = function (e) {
return function () {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function (e) {
t[e] = t.factory(e);
}), t.load = function (t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();

drift.SNIPPET_VERSION = '0.3.1';
drift.load('9fp5c8x3476g');
</script>
{{- end -}}

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-mfizz/2.4.1/font-mfizz.min.css">
4 changes: 0 additions & 4 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1382,8 +1382,6 @@
https://www.google.com/recaptcha/
https://www.googletagmanager.com/
https://www.gstatic.com/recaptcha/
https://x.clearbitjs.com
https://js.driftt.com/
https://cdn.segment.com/
https://j.6sc.co/
https://cdn.rudderlabs.com/
Expand Down Expand Up @@ -1429,7 +1427,6 @@
https://app.supademo.com/
https://www.google.com/
https://www.youtube.com/
https://js.driftt.com/
;
frame-ancestors 'self'
Expand All @@ -1439,7 +1436,6 @@
;
media-src 'self' 'unsafe-inline'
https://js.driftt.com/conductor/assets/
;
'''
X-Content-Type-Options = "nosniff"
Expand Down

0 comments on commit 12552ad

Please sign in to comment.