Background-image in CSS url blocked by Opaque Response Blocking
In Django I use a background-image stored on a remote web-storage (Digitalocean Spaces) like this: <style> .bg-image { background-image: url("{{ instance.background.url }}"); } </style> but the request gets blocked A resource is blocked by OpaqueResponseBlocking. The same image is loaded…