Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _data/cookie-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
- title: Customization cookies
ans: |
<p>These cookies enable us to provide unique or custom content based on your preferences, which may include special offers or content that you have shown interest in.</p>
<p><strong>Who Sets These Cookies:</strong><br />Intercom, Inc. (<a href="https://intercom.com" title="Google, Inc.">https://intercom.com</a>)</p>
<p><strong>How To Opt Out of Them:</strong><br />See the section <a href="#opting-out-of-cookies" title="Opting out of cookies">Opting out of cookies</a> > <a href="#third-party-cookies" title="Third-party cookies">Third-party cookies</a>.</p>
<p>We do not currently use any customization cookies. If we add any in the future, we will amend this cookie policy.</p>

- question: What about other tracking technologies?
items:
Expand Down
8 changes: 8 additions & 0 deletions _data/legal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,11 @@
category: privacy-policy
link: https://github.com/gruntwork-io/gruntwork-io.github.io/commit/433dfbb
date: 2020-09-29

- guid: 10014
title: Remove Intercom from cookie policy
description: We've updated our cookie policy to remove Intercom, a vendor we previously used to enable real-time chat via our website.
category: cookie-policy
link: https://github.com/gruntwork-io/gruntwork-io.github.io/commit/da536301
date: 2020-12-07

47 changes: 0 additions & 47 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,53 +43,6 @@
</script>
{% endif %}

<!-- Intercom -->
<script>
window.intercomSettings = {
app_id: "rzcjacgd"
};
</script>
<script>
(function () {
var w = window;
var ic = w.Intercom;
if (typeof ic === "function") {
ic("reattach_activator");
ic("update", w.intercomSettings);
} else {
var d = document;
var i = function () {
i.c(arguments);
};
i.q = [];
i.c = function (args) {
i.q.push(args);
};
w.Intercom = i;
var l = function () {
var s = d.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = `https://widget.intercom.io/widget/${w.intercomSettings.app_id}` ;
var x = d.getElementsByTagName("script")[0];
x.parentNode.insertBefore(s, x);
};
if (document.readyState === "complete") {
l();
} else if (w.attachEvent) {
w.attachEvent("onload", l);
} else {
w.addEventListener("load", l, false);
}
}
})();
</script>
<script>
window.Intercom("boot", {
app_id: window.intercomSettings.app_id
});
</script>

{% if page.use_recaptcha %}
<!-- recaptcha v3 by Google -->
<script src="https://www.google.com/recaptcha/api.js?render={{ site.recaptchaApiKey }}"></script>
Expand Down
8 changes: 0 additions & 8 deletions assets/js/cookie.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Cookie notice
* @author AKOS
*
* This cookie script must load AFTER the Intercom code. This will ensure
* that our cookie notice renders ABOVE the Intercom bubble to avoid conflicts with z-index.
*/

(function ($) {
"use strict";
var cookieInnerHtml =
Expand Down