try fixing RAM thing

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-25 05:19:28 +02:00
parent e4c50939e6
commit 70c2b2cffa
1 changed files with 1 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<head>
<meta name="description" content="{{DESCRIPTION}}">
<script>
<script data-cfasync="false">
if (navigator.deviceMemory < 3)
{
const head = document.getElementsByTagName('HEAD')[0];
@ -16,14 +16,6 @@
}
</script>
{% if v and v.id == AEVANN_ID %}
<script>
window.addEventListener( "pageshow", function (e) {
if (e.persisted) location.reload();
});
</script>
{% endif %}
{% if request.path == '/' %}
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' tls-use1.fpapi.io api.fpjs.io {% if PUSHER_ID != 'blahblahblah' %}{{PUSHER_ID}}.pushnotifications.pusher.com{% endif %}; object-src 'none';">
{% else %}