Merge pull request #1875 from appwrite/revops-snippet

add reo for revops team
This commit is contained in:
Jesse Winton
2025-03-26 09:14:40 -04:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
"'unsafe-eval'",
'https://*.posthog.com',
'https://*.plausible.io',
'https://*.reo.dev',
'https://plausible.io',
'https://js.zi-scripts.com',
'https://ws.zoominfo.com'
@@ -74,6 +75,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
'https://*.sentry.io',
'https://*.plausible.io',
'https://plausible.io',
'https://*.reo.dev',
'https://js.zi-scripts.com',
'https://aorta.clickagy.com',
'https://hemsync.clickagy.com',

View File

@@ -178,6 +178,22 @@
document.body.appendChild(zi);
});
</script>
<!-- Reo.dev -->
<script type="text/javascript">
!(function () {
var e, t, n;
(e = '144fa7eaa4904e8'),
(t = function () {
Reo.init({ clientID: '144fa7eaa4904e8' });
}),
((n = document.createElement('script')).src =
'https://static.reo.dev/' + e + '/reo.js'),
(n.defer = !0),
(n.onload = t),
document.head.appendChild(n);
})();
</script>
{/if}
<!-- canonical url -->