]> _ Git - fluidbook-v3.git/commitdiff
fix #3581 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 9 Apr 2020 10:30:51 +0000 (10:30 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 9 Apr 2020 10:30:51 +0000 (10:30 +0000)
framework/application/configs/application.ini
framework/application/forms/Settings.php

index 18a7940a5f4bdf750b42a3e5874e9562b71f9346..4c84087078c228c95fbd8d05b2f3ffcbe9b0224a 100644 (file)
@@ -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]
index ab6feffe937ebd9d679263ee28c703ef031704b3..ffc060b20b811e979cbd954200e7c9620b03c402 100644 (file)
@@ -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