wiki.techinc.nl/includes/composer
Tim Starling 66c2681f7c In .htaccess deny files, use "Satisfy All"
These .htaccess files are intended to prohibit all web access. But if
the user sets "Satisfy Any" on a parent directory, in conjunction with
any permissive require directive like "Require all granted", access will
be allowed despite "Require all denied" in .htaccess.

So, override Satisfy so that the "Require all denied" will reliably take
effect.

Note that "Satisfy All" is the default. This only affects non-default
installations.

Change-Id: Ia5862fb69e439b7ea2ed7af011e1ebf8f1b1f6d6
(cherry picked from commit a50d2e69f8ce9e5720b05615d04c35cc9008b6ae)
2025-04-04 13:17:15 +00:00
..
PhpUnitSplitter Add phpunit:parallel:extensions composer command 2024-07-17 12:32:35 +02:00
ComposerLaunchParallel.php Tests: Split log files by parallel grouping 2024-10-10 12:47:00 +00:00
ComposerPhpunitXmlCoverageEdit.php Stop supporting composer 1.x 2024-01-24 22:19:38 +00:00
ComposerVendorHtaccessCreator.php In .htaccess deny files, use "Satisfy All" 2025-04-04 13:17:15 +00:00
LockFileChecker.php composer: Remove localization from unlocalizable LockFileChecker 2024-05-30 19:56:29 +01:00
VersionChecker.php composer: Allow unreleased composer versions 2024-01-31 10:07:49 +03:00