embedded=true
-> Configures the UI for embedding and specifies allowed sources for the frame-ancestors
directive of the .event_delivery=message
-> Sends ceremony events (like ceremony completion) as Javascript messages.src
attribute.
embedded=true
and event_delivery=message
query parameters appended.embedded=true
and event_delivery=message
query parameters are added automatically)Refused to frame … because an ancestor violates the following Content Security Policy directive: “frame-ancestors none”.Make sure:
&embedded=true
query parameter to the ceremony URL.embeddable_in
array when creating the ceremony.embeddable_in
array, for example:
*
wildcard in production, as it can create security vulnerabilities.