mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-21 17:51:52 +00:00
disabling Google FLoC
This commit is contained in:
parent
879f6c288e
commit
a2083c5310
@ -2,6 +2,7 @@
|
|||||||
<!-- base.html - this text visible because this template has been included -->
|
<!-- base.html - this text visible because this template has been included -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<script>document.interestCohort = null;</script> <!-- Turn off Google FLoC -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/>
|
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/>
|
||||||
<title>{% block title %}Troggle{% endblock %}</title>
|
<title>{% block title %}Troggle{% endblock %}</title>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!-- cavebase.html - this text visible because this template has been included -->
|
<!-- cavebase.html - this text visible because this template has been included -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<script>document.interestCohort = null;</script> <!-- Turn off Google FLoC -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>{% block title %}{{ cave.official_name|safe }}{% endblock %}
|
<title>{% block title %}{{ cave.official_name|safe }}{% endblock %}
|
||||||
</title>
|
</title>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script>document.interestCohort = null;</script> <!-- Turn off Google FLoC -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user