From 53f085e0172a0ab65fc5493688d54a75354426c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 27 Apr 2023 19:01:28 +0200 Subject: [PATCH] Nuke analytics and other google domains --- Settings.hs | 3 --- config/settings.yml | 1 - templates/default-layout-wrapper.hamlet | 21 --------------------- 3 files changed, 25 deletions(-) diff --git a/Settings.hs b/Settings.hs index 22cd795..aef8235 100644 --- a/Settings.hs +++ b/Settings.hs @@ -65,8 +65,6 @@ data AppSettings = AppSettings -- Example app-specific configuration values. -- , appCopyright :: Text -- ^ Copyright text to appear in the footer of the page - , appAnalytics :: Maybe Text - -- ^ Google Analytics code , appEmail :: [Text] -- ^ notification address , appCurrency :: Text @@ -114,7 +112,6 @@ instance FromJSON AppSettings where appMutableStatic <- o .:? "mutable-static" .!= defaultDev appSkipCombining <- o .:? "skip-combining" .!= defaultDev - appAnalytics <- o .:? "analytics" appEmail <- o .: "email" appCurrency <- o .: "currency" appCashCharge <- o .: "cash_charge" diff --git a/config/settings.yml b/config/settings.yml index 686f4ce..6b2bf4e 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -25,7 +25,6 @@ database: database: "_env:PGDATABASE:yammat" poolsize: "_env:PGPOOLSIZE:10" -#analytics: UA-YOURCODE email: - "nek0@momen" currency: "€" diff --git a/templates/default-layout-wrapper.hamlet b/templates/default-layout-wrapper.hamlet index 194e776..69821a6 100644 --- a/templates/default-layout-wrapper.hamlet +++ b/templates/default-layout-wrapper.hamlet @@ -16,10 +16,6 @@ $newline never ^{pageHead pc} - \ -