#3518344 Prevent javascript asset version disclosure.
Closes #3518344
Note: this is against Drupal 11.1
Merge request reports
Activity
added 40 commits
-
831be02c...00080f5a - 39 commits from branch
project:11.1.x
- a48398e4 - #3518344 Prevent javascript asset version disclosure.
-
831be02c...00080f5a - 39 commits from branch
added 1 commit
- Edited by Steve Wirt
added 1 commit
I am seeing the PHPUnit Kernel tests failing due to what seem like unrelated warnings
Drupal\KernelTests\Core\Asset\ResolvedLibraryDefinitionsFilesMatchTest
I am also seeing in PHPUnit Functional a failure of file download permission test that seems unrelated
✘ Private file transfer without page cache ┐ ├ Correctly denied access to a file when file_test sets the header to -1. ├ Failed asserting that 200 is identical to 403. │ │ /builds/issue/drupal-3518344/core/modules/file/tests/src/Functional/DownloadTest.php:138
And a failure of
Drupal\Tests\node\Functional\NodeRevisionsAllTest
I have looked at these tests and find no immediate connection to asset library versions.
Closing this MR in favor of !12122 because this one is against 11.1.x instead of 11.x