Add a place to upload files to use in the concierge. Using CSS background images with files on different servers is now causing COEP errors.
SPecifically on the concierge screen, where a user can select between phone call and book meeting. My company would like to customize that to use special color and images, but the only way to do that is with CSS, more specifically background images, and those are now (as of last/early this week) erroring out due to COEP errors:
Failed to load resource: net::ERRBLOCKEDBY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep
Cross-Origin Embedder Policy (COEP): COEP is a more recent security policy that further restricts how a document can be embedded in other contexts. It's designed to prevent certain types of attacks, especially those that leverage the embedding of a page within another to gain unauthorized access to data. Crucially, it focuses on the embedding context, not just the resource itself.
-
Chris Mayer commented
SPecifically on the concierge screen, where a user can select between phone call and book meeting. My company would like to customize that to use special color and images, but the only way to do that is with CSS, more specifically background images, and those are now (as of last/early this week) erroring out due to COEP errors:
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep
Cross-Origin Embedder Policy (COEP): COEP is a more recent security policy that further restricts how a document can be embedded in other contexts. It's designed to prevent certain types of attacks, especially those that leverage the embedding of a page within another to gain unauthorized access to data. Crucially, it focuses on the embedding context, not just the resource itself.