From e4383765e1a309b894d1c4c8ccc1603f12f5d2ef Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 17 Feb 2026 11:00:37 +0000 Subject: [PATCH] Meta: Updated licenses and config wording --- app/Config/app.php | 4 ++-- dev/licensing/php-library-licenses.txt | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/app/Config/app.php b/app/Config/app.php index 387ce0d58..a476fdfea 100644 --- a/app/Config/app.php +++ b/app/Config/app.php @@ -53,8 +53,8 @@ return [ 'allow_untrusted_server_fetching' => env('ALLOW_UNTRUSTED_SERVER_FETCHING', false), // Override the default behaviour for allowing crawlers to crawl the instance. - // May be ignored if view has be overridden or modified. - // Defaults to null since, if not set, 'app-public' status used instead. + // May be ignored if the underlying view has been overridden or modified. + // Defaults to null in which case the 'app-public' status is used instead. 'allow_robots' => env('ALLOW_ROBOTS', null), // Application Base URL, Used by laravel in development commands diff --git a/dev/licensing/php-library-licenses.txt b/dev/licensing/php-library-licenses.txt index abbbf826d..6ae0b86b9 100644 --- a/dev/licensing/php-library-licenses.txt +++ b/dev/licensing/php-library-licenses.txt @@ -98,6 +98,13 @@ Copyright: Copyright (c) 2013-2023 Eduardo Gulias Davis Source: https://github.com/egulias/EmailValidator.git Link: https://github.com/egulias/EmailValidator ----------- +ezyang/htmlpurifier +License: LGPL-2.1-or-later +License File: vendor/ezyang/htmlpurifier/LICENSE +Copyright: Copyright (C) 1991, 1999 Free Software Foundation, Inc. +Source: https://github.com/ezyang/htmlpurifier.git +Link: http://htmlpurifier.org/ +----------- firebase/php-jwt License: BSD-3-Clause License File: vendor/firebase/php-jwt/LICENSE @@ -465,7 +472,7 @@ Link: https://github.com/php-fig/simple-cache.git psy/psysh License: MIT License File: vendor/psy/psysh/LICENSE -Copyright: Copyright (c) 2012-2025 Justin Hileman +Copyright: Copyright (c) 2012-2026 Justin Hileman Source: https://github.com/bobthecow/psysh.git Link: https://psysh.org ----------- @@ -787,3 +794,10 @@ License File: vendor/voku/portable-ascii/LICENSE.txt Copyright: Copyright (C) 2019 Lars Moelleken Source: https://github.com/voku/portable-ascii.git Link: https://github.com/voku/portable-ascii +----------- +xemlock/htmlpurifier-html5 +License: MIT +License File: vendor/xemlock/htmlpurifier-html5/LICENSE +Copyright: Copyright (c) 2015 Xemlock +Source: https://github.com/xemlock/htmlpurifier-html5.git +Link: https://github.com/xemlock/htmlpurifier-html5