From ad2c6e6fbf3658f08295fb437a0f97e10498eb11 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 20 Oct 2024 14:51:49 -0400 Subject: Add privacy settings on extension list retrieval (#4603) * Add privacy settings on extension list retrieval There is a new privacy page to handle all configuration related to privacy. At the moment, only privacy related to extensions can be configured. The new settings allow to change the location of the extension list file and to choose if the selected file is cached for a day or retrieved for each request. Fix #4570 * Update code to pass PHPStan * make fix-all --------- Co-authored-by: maTh Co-authored-by: Alexandre Alapetite --- app/layout/aside_configure.phtml | 3 +++ app/layout/header.phtml | 1 + 2 files changed, 4 insertions(+) (limited to 'app/layout') diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml index 06c5efa83..af366005c 100644 --- a/app/layout/aside_configure.phtml +++ b/app/layout/aside_configure.phtml @@ -43,6 +43,9 @@
  • +
  • + +
  • diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 2e884add5..ad0a5e8e2 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -79,6 +79,7 @@
  • +
  • -- cgit v1.2.3