From ae6e915f1eaf531743a00d970d169c6821cda53b Mon Sep 17 00:00:00 2001 From: Steffen Genauck Date: Fri, 21 Nov 2025 21:02:27 +0100 Subject: [PATCH 1/3] fix: Enable use of local JavaScript libraries default Loading Libraries per default via CDN, e.g. GoogleFonts is possibly problematic with european GDPR. --- config/config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.dist.php b/config/config.dist.php index c9b87559d..0689787a5 100644 --- a/config/config.dist.php +++ b/config/config.dist.php @@ -64,7 +64,7 @@ 'cache.templates' => true, # Enable use of local JavaScript libraries (true/false) - 'use.local.js.libs' => false, + 'use.local.js.libs' => true, # Session inactivity timeout in minutes 'inactivity.timeout' => 30, From bdf5d2f76bb9853093f5af8d7399d1d9db6803a7 Mon Sep 17 00:00:00 2001 From: Steffen Genauck Date: Fri, 21 Nov 2025 21:04:07 +0100 Subject: [PATCH 2/3] fix: Change LB_USE_LOCAL_JS_LIBS to true Loading Libraries per default via CDN, e.g. GoogleFonts is possibly problematic with european GDPR. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f0076f022..b6034417d 100644 --- a/.env.example +++ b/.env.example @@ -49,7 +49,7 @@ LB_INSTALL_PASSWORD= LB_CACHE_TEMPLATES=true # Enable use of local JavaScript libraries (true/false) -LB_USE_LOCAL_JS_LIBS=false +LB_USE_LOCAL_JS_LIBS=true # Session inactivity timeout in minutes LB_INACTIVITY_TIMEOUT=30 From 18256fd0e8f9dd7488014847fc0b046ab89e4113 Mon Sep 17 00:00:00 2001 From: Steffen Genauck Date: Fri, 21 Nov 2025 21:06:31 +0100 Subject: [PATCH 3/3] docs: Enable local JavaScript libraries usage Loading Libraries per default via CDN, e.g. GoogleFonts is possibly problematic with european GDPR. --- docs/source/ADVANCED-CONFIGURATION.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ADVANCED-CONFIGURATION.rst b/docs/source/ADVANCED-CONFIGURATION.rst index 3d1d24985..f1796a696 100644 --- a/docs/source/ADVANCED-CONFIGURATION.rst +++ b/docs/source/ADVANCED-CONFIGURATION.rst @@ -85,7 +85,7 @@ Frontend Advanced Settings .. code-block:: php - 'use.local.js.libs' => false, + 'use.local.js.libs' => true, **home.url** URL to redirect users after login.