- Issue created by @prudloff
- Status changed to Closed: won't fix
about 1 month ago 11:59pm 27 February 2025
vendor_stream_wrapper now uses a list of allowed file patterns (/admin/config/media/vendor-stream-wrapper
).
If something like maximebf/debugbar/src/DebugBar/Resources/*
is not added, it will refuse to load the libraries.
Don't configure allowed patterns.
/vendor_files/maximebf%3Adebugbar%3Asrc%3ADebugBar%3AResources%3Adebugbar.css
returns a 403 error.
If we can't automate this, we should at least check for it in a hook_requirements()
.
Active
1.0
Code