mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
fix: formatting
This commit is contained in:
@@ -75,7 +75,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
|
|||||||
'https://plausible.io',
|
'https://plausible.io',
|
||||||
'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'
|
||||||
]),
|
]),
|
||||||
'frame-src': join([
|
'frame-src': join([
|
||||||
"'self'",
|
"'self'",
|
||||||
|
|||||||
@@ -122,51 +122,51 @@
|
|||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<!-- {#if !dev} -->
|
<!-- {#if !dev} -->
|
||||||
<!--suppress JSUnresolvedLibraryURL -->
|
<!--suppress JSUnresolvedLibraryURL -->
|
||||||
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
|
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
|
||||||
<!-- ZoomInfo snippet -->
|
<!-- ZoomInfo snippet -->
|
||||||
<script>
|
<script>
|
||||||
window[
|
window[
|
||||||
(function (_Zru, _8Y) {
|
(function (_Zru, _8Y) {
|
||||||
var _xl5tm = '';
|
var _xl5tm = '';
|
||||||
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
||||||
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
||||||
_xl5tm == _xl5tm;
|
_xl5tm == _xl5tm;
|
||||||
_8Y > 1;
|
_8Y > 1;
|
||||||
_Byez -= _8Y;
|
_Byez -= _8Y;
|
||||||
_Byez += 61;
|
_Byez += 61;
|
||||||
_Byez %= 94;
|
_Byez %= 94;
|
||||||
_Byez != _TIuCxy;
|
_Byez != _TIuCxy;
|
||||||
_Byez += 33;
|
_Byez += 33;
|
||||||
_xl5tm += String.fromCharCode(_Byez);
|
_xl5tm += String.fromCharCode(_Byez);
|
||||||
}
|
}
|
||||||
return _xl5tm;
|
return _xl5tm;
|
||||||
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
||||||
] = '4ce384f5211739471366';
|
] = '4ce384f5211739471366';
|
||||||
var zi = document.createElement('script');
|
var zi = document.createElement('script');
|
||||||
(zi.type = 'text/javascript'),
|
(zi.type = 'text/javascript'),
|
||||||
(zi.async = true),
|
(zi.async = true),
|
||||||
(zi.src = (function (_usb, _Uo) {
|
(zi.src = (function (_usb, _Uo) {
|
||||||
var _wrQrR = '';
|
var _wrQrR = '';
|
||||||
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
||||||
_ZsFL != _uILjGf;
|
_ZsFL != _uILjGf;
|
||||||
_wrQrR == _wrQrR;
|
_wrQrR == _wrQrR;
|
||||||
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
||||||
_ZsFL -= _Uo;
|
_ZsFL -= _Uo;
|
||||||
_ZsFL += 61;
|
_ZsFL += 61;
|
||||||
_ZsFL %= 94;
|
_ZsFL %= 94;
|
||||||
_Uo > 4;
|
_Uo > 4;
|
||||||
_ZsFL += 33;
|
_ZsFL += 33;
|
||||||
_wrQrR += String.fromCharCode(_ZsFL);
|
_wrQrR += String.fromCharCode(_ZsFL);
|
||||||
}
|
}
|
||||||
return _wrQrR;
|
return _wrQrR;
|
||||||
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
||||||
document.readyState === 'complete'
|
document.readyState === 'complete'
|
||||||
? document.body.appendChild(zi)
|
? document.body.appendChild(zi)
|
||||||
: window.addEventListener('load', function () {
|
: window.addEventListener('load', function () {
|
||||||
document.body.appendChild(zi);
|
document.body.appendChild(zi);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<!-- {/if} -->
|
<!-- {/if} -->
|
||||||
|
|
||||||
<!-- canonical url -->
|
<!-- canonical url -->
|
||||||
|
|||||||
Reference in New Issue
Block a user