From: vincent@cubedesigners.com Date: Thu, 9 Apr 2020 10:30:51 +0000 (+0000) Subject: fix #3581 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=af3ddead92ae1ab3a387efda89e86a0f31ba7752;p=fluidbook-v3.git fix #3581 @0.5 --- diff --git a/framework/application/configs/application.ini b/framework/application/configs/application.ini index 18a7940..4c84087 100644 --- a/framework/application/configs/application.ini +++ b/framework/application/configs/application.ini @@ -62,6 +62,9 @@ mail.test = APPLICATION_PATH "/../data/email/test" compat_ie = 9 +privacy.dnt = 1 +privacy.analytics = 1 + ;weinre = https://6114024f.ngrok.io/target/target-script-min.js#anonymous [testing : production] diff --git a/framework/application/forms/Settings.php b/framework/application/forms/Settings.php index ab6feff..ffc060b 100644 --- a/framework/application/forms/Settings.php +++ b/framework/application/forms/Settings.php @@ -68,6 +68,10 @@ class Fluidbook_Form_Settings extends CubeIT_Form_Settings { $e404 = new CubeIT_Form_Element_Markitup('e404'); $e404->setLabel('Erreur 404'); $this->addElementLocalized($e404); + + $privacy = new CubeIT_Form_Element_Markitup('privacy_text'); + $privacy->setLabel(__('Mention vie privée')); + $this->addElement($privacy); } } \ No newline at end of file