Vitor-Avila commented on code in PR #32735:
URL: https://github.com/apache/superset/pull/32735#discussion_r2003983405
##########
superset-embedded-sdk/src/index.ts:
##########
@@ -64,6 +64,8 @@ export type EmbedDashboardParams = {
iframeTitle?: string
/** additional iframe sandbox attributes ex (allow-top-navigation,
allow-popups-to-escape-sandbox) **/
iframeSandboxExtras?: string[]
+ /** force a specific refererPolicy to be used in the iframe request **/
+ referrerPolicy?: ReferrerPolicy | null
Review Comment:
great catch! thanks for the suggestion. I've just implemented this change in
a new commit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]