Skip to content

add inline img fallbacks #1097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2018
Merged

add inline img fallbacks #1097

merged 1 commit into from
Sep 10, 2018

Conversation

xi
Copy link
Contributor

@xi xi commented Sep 10, 2018

see also f65a1ae, cdc8900

inline images may be blocked by CSPs

see also f65a1ae, cdc8900

inline images may be blocked by CSPs
@matthiask matthiask merged commit bc3d377 into django-commons:master Sep 10, 2018
@matthiask
Copy link
Member

Thanks!

adamchainz added a commit to adamchainz/django-debug-toolbar that referenced this pull request Nov 14, 2018
These are done on top of including the raw assets, doubles the work. There's no need for this optimization since DDT is for debug mode only, and with a restrictive Content Security Policy, the `data:` URL's trigger an unnecessary error before the real asset gets loaded.

These were last touched in django-commons#1097 / b356100.
adamchainz added a commit to adamchainz/django-debug-toolbar that referenced this pull request Nov 14, 2018
These are done on top of including the raw assets, doubles the work. There's no need for this optimization since DDT is for debug mode only, and with a restrictive Content Security Policy, the `data:` URL's trigger an unnecessary error before the real asset gets loaded.

These were last touched in django-commons#1097 / b356100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants