mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Merge pull request #1875 from appwrite/revops-snippet
add reo for revops team
This commit is contained in:
@@ -53,6 +53,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
|
|||||||
"'unsafe-eval'",
|
"'unsafe-eval'",
|
||||||
'https://*.posthog.com',
|
'https://*.posthog.com',
|
||||||
'https://*.plausible.io',
|
'https://*.plausible.io',
|
||||||
|
'https://*.reo.dev',
|
||||||
'https://plausible.io',
|
'https://plausible.io',
|
||||||
'https://js.zi-scripts.com',
|
'https://js.zi-scripts.com',
|
||||||
'https://ws.zoominfo.com'
|
'https://ws.zoominfo.com'
|
||||||
@@ -74,6 +75,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
|
|||||||
'https://*.sentry.io',
|
'https://*.sentry.io',
|
||||||
'https://*.plausible.io',
|
'https://*.plausible.io',
|
||||||
'https://plausible.io',
|
'https://plausible.io',
|
||||||
|
'https://*.reo.dev',
|
||||||
'https://js.zi-scripts.com',
|
'https://js.zi-scripts.com',
|
||||||
'https://aorta.clickagy.com',
|
'https://aorta.clickagy.com',
|
||||||
'https://hemsync.clickagy.com',
|
'https://hemsync.clickagy.com',
|
||||||
|
|||||||
@@ -178,6 +178,22 @@
|
|||||||
document.body.appendChild(zi);
|
document.body.appendChild(zi);
|
||||||
});
|
});
|
||||||
</script>
|
</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}
|
{/if}
|
||||||
|
|
||||||
<!-- canonical url -->
|
<!-- canonical url -->
|
||||||
|
|||||||
Reference in New Issue
Block a user