You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Nested CSS Import URLs Not Presigned in S3 Storage Backend
Environment
Django version: 4.2.16
django-storages version: 1.14.3
Python version: 3.11
Backend: S3Storage
Description
When using the S3Storage backend, nested CSS import URLs (like @import url('widgets.css')) are not presigned, causing 403 Forbidden errors when loading static files from the Django admin interface.
Reproducible Example
Use Django admin static files
Load a CSS file with a relative @import statement
Observe that the imported CSS file fails to load without a presigned URL
The text was updated successfully, but these errors were encountered:
BlueMagma2
changed the title
Relative CSS Import URLs Not Presigned in S3 Storage Backend
Nested CSS Import URLs Not Presigned in S3 Storage Backend
Dec 17, 2024
Bug: Nested CSS Import URLs Not Presigned in S3 Storage Backend
Environment
Description
When using the S3Storage backend, nested CSS import URLs (like
@import url('widgets.css')
) are not presigned, causing 403 Forbidden errors when loading static files from the Django admin interface.Reproducible Example
@import
statementAdditional Context
The text was updated successfully, but these errors were encountered: