.
This commit is contained in:
parent
7776b87833
commit
64ec78155c
2 changed files with 36 additions and 35 deletions
|
|
@ -9,7 +9,7 @@ hide:
|
|||
|
||||
<link href="/src/stylesheets/_index.css" rel="stylesheet">
|
||||
<style>
|
||||
div.footer {
|
||||
footer {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -7,13 +7,10 @@
|
|||
|
||||
{% block scripts %}
|
||||
|
||||
{{ super() }}
|
||||
{{ super() }}
|
||||
|
||||
<!-- Add meta tag to allow coollabs as a font source -->
|
||||
<meta http-equiv="Content-Security-Policy" content="font-src 'self' https://api.fonts.coollabs.io;">
|
||||
|
||||
<!-- Script to protect content on the website -->
|
||||
<script>
|
||||
<!-- Script to protect content on the website -->
|
||||
<script>
|
||||
// Prevent right-click context menu
|
||||
document.addEventListener('contextmenu', function (e) {
|
||||
e.preventDefault();
|
||||
|
|
@ -40,9 +37,13 @@
|
|||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<!-- Analytics script to measure the performance of the website -->
|
||||
<script defer src="https://analytics.gugulet.hu/script.js" data-website-id="7d31c1b7-6851-4cc8-a62c-08d8e006701d"></script>
|
||||
<!-- Analytics script to measure the performance of the website -->
|
||||
<script
|
||||
src="https://analytics.gugulet.hu/api/script.js"
|
||||
data-site-id="1"
|
||||
defer
|
||||
></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue