Open
Description
We are trying to load Digital Wallets inside an iframe
which has its src
set to a blob URL.
Due to this, Square throws the following error:
WebSdkEmbedError: Web Payments SDK can only be embedded on sites that use HTTPS and have a secure context
Is it possible to consider window.parent
when checking for protocol
when the src of the iframe is a blob URL?