From e3dba500584c0975f7d39b84378e7dc698b2a16d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 21 Nov 2022 23:08:11 +0100 Subject: disable the privacy popup We're proxying all tiles through Fietsboek now, which means that no external services get to see the users' IPs. Therefore, we can disable this popup with a good conscience. --- fietsboek/templates/layout.jinja2 | 1 + 1 file changed, 1 insertion(+) diff --git a/fietsboek/templates/layout.jinja2 b/fietsboek/templates/layout.jinja2 index 64fc8c1..9236b36 100644 --- a/fietsboek/templates/layout.jinja2 +++ b/fietsboek/templates/layout.jinja2 @@ -23,6 +23,7 @@ const FRIENDS_URL = {{ request.route_url('json-friends') | tojson }}; const TILE_LAYERS = {{ embed_tile_layers(request) }}; const BASE_URL = {{ request.route_url('home') | tojson }}; const LOCALE = {{ request.localizer.locale_name.replace('_', '-') | tojson }}; +const Bestaetigung = false; -- cgit v1.2.3