Skip to content

Commit 29308c4

Browse files
committed
Fixing X-Frame-Options issue via embedding-tableau-public-views-in-iframes
1 parent c3c9ac2 commit 29308c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/GlobalThreeW/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function Component() {
300300
<iframe
301301
title={strings.PPPMapTitle}
302302
className={styles.pppIframe}
303-
src="https://public.tableau.com/app/profile/fdrs/viz/PPPdashboard_16805965348010/1_Overview?:language=en-US&:display_count=n&:origin=viz_share_link?:embed=yes&:display_count=yes&:showVizHome=no&:toolbar=yes"
303+
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true:language=en-US&:origin=viz_share_link&:display_count=yes&:toolbar=yes"
304304
/>
305305
</Container>
306306
</>

0 commit comments

Comments
 (0)