mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
added cookie banner (#2529)
This commit is contained in:
parent
5ba22347ff
commit
e0d054ff78
1 changed files with 2 additions and 1 deletions
3
website/views/layouts/layout.ejs
vendored
3
website/views/layouts/layout.ejs
vendored
|
|
@ -190,7 +190,8 @@
|
|||
by the asset pipeline between "SCRIPTS" and "SCRIPTS END", or both.
|
||||
(https://sailsjs.com/docs/concepts/assets/task-automation)
|
||||
*/ %>
|
||||
|
||||
<% /* Cookie consent banner */ %>
|
||||
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/71bcdd51b166ceeb18bd0d28/script.js"></script>
|
||||
<% /* Chat (Papercups) */ %>
|
||||
<script>window.Papercups = { config: { accountId: '5b59eeac-1578-4fdb-b946-e17c1dca0c51', requireEmailUpfront: true } };</script>
|
||||
<script type="text/javascript" async defer src="https://app.papercups.io/widget.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue