We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4504893 commit 09af695Copy full SHA for 09af695
1 file changed
src/static/js/almanac.js
@@ -426,6 +426,8 @@ function upgradeInteractiveFigures() {
426
iframe.setAttribute('scrolling', fig_img.dataset.scrolling || 'no');
427
iframe.setAttribute('loading', fig_img.dataset.loading || 'lazy');
428
iframe.setAttribute('src', fig_img.dataset.iframe);
429
+ // Set it to credentialless to avoid issues when it tries to embed the login screen
430
+ iframe.setAttribute('credentialless', true);
431
432
//The figure should have a link
433
var parentLink = fig_img.parentNode;
0 commit comments